IPXC_PolygonSrcF::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_PolygonSrcF::CopyFrom Method}}
 
{{#customTitle:IPXC_PolygonSrcF::CopyFrom Method}}
 
{{#parentPage:PXV:IPXC_PolygonSrcF#Methods|CopyFrom|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 13: 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 ==

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