IPXC_PolygonSrcF::Clone Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PolygonSrcF::Clone Method}} | {{#customTitle:IPXC_PolygonSrcF::Clone Method}} | ||
− | {{#parentPage:PXV:IPXC_PolygonSrcF|method | + | {{#parentPage:PXV:IPXC_PolygonSrcF#Methods|Clone|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Copies polygon's points into another polygon's points array. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Clone([out, retval] IPXC_PolygonSrcF** | + | <pre class="brush:cpp;gutter:false">HRESULT Clone([out, retval] IPXC_PolygonSrcF** pClone);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;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 == | ||
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] |
Latest revision as of 03: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.