IPXC_Rects::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 01:35, 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.