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)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_RectsF::Item Property}}
 
{{#customTitle:IPXC_RectsF::Item Property}}
{{#parentPage:PXV:IPXC_RectsF|property}}
+
{{#parentPage:PXV:IPXC_RectsF#Properties|Item|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Item''' of interface [[PXV:IPXC_RectsF|IPXC_RectsF]] returns/sets Pointer to [[PXV:PXC_RectF|PXC_RectF]] ...
+
Gets/sets item by given index.
  
 
== 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* stItem);
 +
HRESULT put_Item([in] ULONG       nIndex,
 +
                [in] PXC_RectF* stItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the item that will be modified or will be returned.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_RectsF|IPXC_RectsF]].
+
[[PXV:IPXC_RectsF|IPXC_RectsF]]

Latest revision as of 03:35, 15 June 2015

Gets/sets item by given index.

Syntax

HRESULT get_Item([in]           ULONG       nIndex,
                 [out, retval]  PXC_RectF*  stItem);
HRESULT put_Item([in]  ULONG       nIndex,
                 [in]  PXC_RectF*  stItem);

Parameters

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

See Also

IPXC_RectsF