IPXC_PolygonSrcF::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PolygonSrcF::CopyFrom Method}} | {{#customTitle:IPXC_PolygonSrcF::CopyFrom Method}} | ||
− | {{#parentPage:PXV:IPXC_PolygonSrcF#Methods|CopyFrom | + | {{#parentPage:PXV:IPXC_PolygonSrcF#Methods|CopyFrom|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Copies points from the given polygon's array. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pSrc | ;pSrc | ||
− | :[in] Pointer to [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]]. | + | :[in] Pointer to [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] containing the source polygon's array. |
== Return Value == | == Return Value == |
Latest revision as of 03:00, 18 March 2016
Copies points from the given polygon's array.
Syntax
HRESULT CopyFrom([in] IPXC_PolygonSrcF* pSrc);
Parameters
- pSrc
- [in] Pointer to IPXC_PolygonSrcF containing the source polygon's array.
Return Value
Returns S_OK if operation was successful or error code in other cases.