IPXC_RectsF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_RectsF::Item Property}} | {{#customTitle:IPXC_RectsF::Item Property}} | ||
− | {{#parentPage:PXV:IPXC_RectsF|property}} | + | {{#parentPage:PXV:IPXC_RectsF|Item Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] PXC_RectF* pItem); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
− | HRESULT put_Item([in] ULONG nIndex, [in] PXC_RectF* pItem); | + | [out, retval] PXC_RectF* pItem); |
+ | HRESULT put_Item([in] ULONG nIndex, | ||
+ | [in] PXC_RectF* pItem); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_RectsF|IPXC_RectsF]]. | See also [[PXV:IPXC_RectsF|IPXC_RectsF]]. |
Revision as of 05:11, 23 April 2015
Property Item of interface IPXC_RectsF returns/sets Pointer to PXC_RectF ...
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] Value of ULONG.
See Also
See also IPXC_RectsF.