IPXC_Rects::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 2: Line 2:
 
{{#customTitle:IPXC_Rects::CopyFrom Method}}
 
{{#customTitle:IPXC_Rects::CopyFrom Method}}
 
{{#parentPage:PXV:IPXC_Rects|CopyFrom Method|method}}
 
{{#parentPage:PXV:IPXC_Rects|CopyFrom Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 05:18, 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.