IPXC_PolygonSrcF::Clone Method

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

See Also

IPXC_PolygonSrcF