IPXC_RectsF::Item 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_Item([in]          ULONG      nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG      Index,
                 [out, retval]  PXC_RectF*  stItem);
+
                 [out, retval]  PXC_RectF*  Item);
HRESULT put_Item([in]  ULONG      nIndex,
+
HRESULT put_Item([in]  ULONG      Index,
                 [in]  PXC_RectF*  stItem);
+
                 [in]  PXC_RectF*  Item);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Index of the item that will be modified or will be returned.
 
:[in]  Index of the item that will be modified or will be returned.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_RectsF|IPXC_RectsF]]
 
[[PXV:IPXC_RectsF|IPXC_RectsF]]

Revision as of 07:11, 12 June 2015

Gets/sets item by given index.

Syntax

HRESULT get_Item([in]           ULONG       Index,
                 [out, retval]  PXC_RectF*  Item);
HRESULT put_Item([in]  ULONG       Index,
                 [in]  PXC_RectF*  Item);

Parameters

Index
[in] Index of the item that will be modified or will be returned.

See Also

IPXC_RectsF