IPXC_PolygonSrcF::Remove Method

From PDF XChange PDF SDK
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