IPXC_Article::BeadRect Property

From PDF XChange PDF SDK
Revision as of 06:55, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

Gets/sets the bound rectangle of the bead.

Syntax

HRESULT get_BeadRect([in]           ULONG      Bead,
                     [out, retval]  PXC_Rect*  Rect);
HRESULT put_BeadRect([in]  ULONG      Bead,
                     [in]  PXC_Rect*  Rect);

Parameters

Bead
[in] Index of bead in article.

See Also

IPXC_Article