IPXC_PolygonSrcF::Remove Method

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

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


Removes points from the polygon's points array.

Syntax

HRESULT Remove([in]                   ULONG  nIndex,
               [in, defaultvalue(1)]  ULONG  nCount);

Parameters

nIndex
[in] Value of ULONG containing the starting index of items in the array that should be removed.
nCount
[in, defaultvalue(1)] Value of ULONG containing the number of items that should be removed.

Return Value

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

See Also

IPXC_PolygonSrcF