IPXC_RectsF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_RectsF::Item Property}} | {{#customTitle:IPXC_RectsF::Item Property}} | ||
{{#parentPage:PXV:IPXC_RectsF|Item Property|property}} | {{#parentPage:PXV:IPXC_RectsF|Item Property|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets item by given index. | |
== Syntax == | == Syntax == | ||
Line 16: | Line 15: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] Index of the item which will be modified or will be returned. |
== See Also == | == See Also == | ||
See also [[PXV:IPXC_RectsF|IPXC_RectsF]]. | See also [[PXV:IPXC_RectsF|IPXC_RectsF]]. |
Revision as of 04:46, 4 May 2015
Gets/sets item by given index.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] PXC_RectF* pItem); HRESULT put_Item([in] ULONG nIndex, [in] PXC_RectF* pItem);
Parameters
- nIndex
- [in] Index of the item which will be modified or will be returned.
See Also
See also IPXC_RectsF.