IPXC_Article::BeadRect Property

From PDF XChange PDF SDK
Revision as of 14:44, 20 May 2015 by Johnv (Talk | contribs)

Jump to: navigation, search


Gets/sets the bound rectangle of the bead.

Syntax

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

Parameters

nBead
[in] Index of bead in article.

See Also

IPXC_Article.