IPXC_PolygonSrcF::Clone Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_PolygonSrcF::Clone Method}} | {{#customTitle:IPXC_PolygonSrcF::Clone Method}} | ||
{{#parentPage:PXV:IPXC_PolygonSrcF#Methods|Clone|method}} | {{#parentPage:PXV:IPXC_PolygonSrcF#Methods|Clone|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Copies polygon's points into another polygon's points array. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pClone | ;pClone | ||
− | :[out, retval] Pointer to [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]]. | + | :[out, retval] Pointer to [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] containing the destination polygon's array. |
== Return Value == | == Return Value == |
Latest revision as of 02:59, 18 March 2016
Copies polygon's points into another polygon's points array.
Syntax
HRESULT Clone([out, retval] IPXC_PolygonSrcF** pClone);
Parameters
- pClone
- [out, retval] Pointer to IPXC_PolygonSrcF containing the destination polygon's array.
Return Value
Returns S_OK if operation was successful or error code in other cases.