IPXC_Rects::Item Property
From PDF XChange PDF SDK
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 | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
− | [out, retval] PXC_Rect* | + | [out, retval] PXC_Rect* stItem); |
− | HRESULT put_Item([in] ULONG | + | HRESULT put_Item([in] ULONG nIndex, |
− | [in] PXC_Rect* | + | [in] PXC_Rect* stItem); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[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_Rects|IPXC_Rects]] | [[PXV:IPXC_Rects|IPXC_Rects]] |
Latest revision as of 02:35, 15 June 2015
Gets/sets item by given index.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] PXC_Rect* stItem); HRESULT put_Item([in] ULONG nIndex, [in] PXC_Rect* stItem);
Parameters
- nIndex
- [in] Index of the item that will be modified or will be returned.