IPXC_Article::BeadRect Property

From PDF XChange PDF SDK
Revision as of 03:20, 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 the bound rectangle of the bead.

Syntax

HRESULT get_BeadRect([in]           ULONG      nBead,
                     [out, retval]  PXC_Rect*  stRect);
HRESULT put_BeadRect([in]  ULONG      nBead,
                     [in]  PXC_Rect*  stRect);

Parameters

nBead
[in] Index of bead in article.

See Also

IPXC_Article