IPXC_PolygonSrcF::Remove Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_PolygonSrcF::Remove Method}}
 
{{#customTitle:IPXC_PolygonSrcF::Remove Method}}
 
{{#parentPage:PXV:IPXC_PolygonSrcF#Methods|Remove|method}}
 
{{#parentPage:PXV:IPXC_PolygonSrcF#Methods|Remove|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes points from the polygon's points array.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the starting index of items in the array that should be removed.
 
;nCount
 
;nCount
:[in, defaultvalue(1)]  Value of ULONG.
+
:[in, defaultvalue(1)]  Value of ULONG containing the number of items that should be removed.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 04:21, 18 March 2016


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