IPXC_Rects::CopyFrom Method
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Revision as of 04:18, 4 May 2015
Copies all items from the source rectangle array.
Contents
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.