IPXC_RectsF::Item Property

From PDF XChange PDF SDK
Revision as of 03:35, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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