IPXC_Article::BeadRect Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BeadRect([in]          ULONG      Bead,
+
<pre class="brush:cpp;gutter:false">HRESULT get_BeadRect([in]          ULONG      nBead,
                     [out, retval]  PXC_Rect*  Rect);
+
                     [out, retval]  PXC_Rect*  stRect);
HRESULT put_BeadRect([in]  ULONG      Bead,
+
HRESULT put_BeadRect([in]  ULONG      nBead,
                     [in]  PXC_Rect*  Rect);
+
                     [in]  PXC_Rect*  stRect);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Bead
+
;nBead
 
:[in]  Index of bead in article.
 
:[in]  Index of bead in article.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Article|IPXC_Article]]
 
[[PXV:IPXC_Article|IPXC_Article]]

Latest revision as of 03:20, 15 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.

See Also

IPXC_Article