IPXC_PolygonSrcF::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PolygonSrcF::CopyFrom Method}} | {{#customTitle:IPXC_PolygonSrcF::CopyFrom Method}} | ||
− | {{#parentPage:PXV:IPXC_PolygonSrcF|CopyFrom | + | {{#parentPage:PXV:IPXC_PolygonSrcF#Methods|CopyFrom|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Copies points from the given polygon's array. | |
== Syntax == | == Syntax == | ||
Line 12: | 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 == | ||
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] |
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.