IPXC_PolygonSrcF::CopyFrom 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 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PolygonSrcF::CopyFrom Method}}
 
{{#customTitle:IPXC_PolygonSrcF::CopyFrom Method}}
{{#parentPage:PXV:IPXC_PolygonSrcF|CopyFrom Method|method}}
+
{{#parentPage:PXV:IPXC_PolygonSrcF#Methods|CopyFrom|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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 ==
See also [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]].
+
[[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]]

Latest revision as of 04: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.

See Also

IPXC_PolygonSrcF