IPXC_PolygonSrcF::Remove Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
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 ==
<pre class="brush:cpp;gutter:false">HRESULT Remove([in]                  ULONG  Index,
+
<pre class="brush:cpp;gutter:false">HRESULT Remove([in]                  ULONG  nIndex,
               [in, defaultvalue(1)]  ULONG  Count);</pre>
+
               [in, defaultvalue(1)]  ULONG  nCount);</pre>
  
 
== Parameters ==
 
== Parameters ==
;Index
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the starting index of items in the array that should be removed.
;Count
+
;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