IPXC_PolygonSrcF::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXC_PolygonSrcF::Count Property}}
 
{{#customTitle:IPXC_PolygonSrcF::Count Property}}
 
{{#parentPage:PXV:IPXC_PolygonSrcF#Properties|Count|property}}
 
{{#parentPage:PXV:IPXC_PolygonSrcF#Properties|Count|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] returns  Value of ULONG ...
+
Property '''nCount''' of interface [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] returns  Value of ULONG containing number of the points in the polygon.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]]
 
[[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]]

Latest revision as of 03:57, 18 March 2016


Property nCount of interface IPXC_PolygonSrcF returns Value of ULONG containing number of the points in the polygon.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IPXC_PolygonSrcF