IPXC_PolygonSrcF::Clone Method
From PDF XChange PDF SDK
Copies polygon's points into another polygon's points array.
Syntax
HRESULT Clone([out, retval] IPXC_PolygonSrcF** pClone);
Parameters
- pClone
- [out, retval] Pointer to IPXC_PolygonSrcF containing the destination polygon's array.
Return Value
Returns S_OK if operation was successful or error code in other cases.