IPXC_PolygonSrcF::CopyFrom Method

From PDF XChange PDF SDK
Revision as of 04:00, 18 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Copies points from the given polygon's array.

Syntax

HRESULT CopyFrom([in]  IPXC_PolygonSrcF*  pSrc);

Parameters

pSrc
[in] Pointer to IPXC_PolygonSrcF containing the source polygon's array.

Return Value

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

See Also

IPXC_PolygonSrcF