IPXC_Rects::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  Count);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Rects|IPXC_Rects]]
 
[[PXV:IPXC_Rects|IPXC_Rects]]

Latest revision as of 03:35, 15 June 2015

Gets size of the rectangle array.

Syntax

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

See Also

IPXC_Rects