IPXC_RectsF::Item Property

From PDF XChange PDF SDK
Revision as of 16:28, 21 May 2015 by Johnv (Talk | contribs)

Jump to: navigation, search


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

IPXC_RectsF.