IPXC_Article::BeadRect Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_BeadRect([in] ULONG nBead, | <pre class="brush:cpp;gutter:false">HRESULT get_BeadRect([in] ULONG nBead, | ||
− | [out, retval] PXC_Rect* | + | [out, retval] PXC_Rect* stRect); |
HRESULT put_BeadRect([in] ULONG nBead, | HRESULT put_BeadRect([in] ULONG nBead, | ||
− | [in] PXC_Rect* | + | [in] PXC_Rect* stRect); |
</pre> | </pre> | ||
Revision as of 01:11, 4 June 2015
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.