IPXC_Rects::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Copies all items from the source rectangle array.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pSrc
 
;pSrc
:[in]  Pointer to [[PXV:IPXC_Rects|IPXC_Rects]].
+
:[in]  Pointer to [[PXV:IPXC_Rects|IPXC_Rects]] containing the source rectangle array.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 02:35, 4 May 2015


Copies all items from the source rectangle array.

Syntax

HRESULT CopyFrom([in]  IPXC_Rects*  pSrc);

Parameters

pSrc
[in] Pointer to IPXC_Rects containing the source rectangle array.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXC_Rects.