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)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Article::BeadRect Property}}
 
{{#customTitle:IPXC_Article::BeadRect Property}}
{{#parentPage:PXV:IPXC_Article#Properties|BeadRect Property|property}}
+
{{#parentPage:PXV:IPXC_Article#Properties|BeadRect|property}}
  
 
Gets/sets the [[PXV:PXC_Rect|bound rectangle]] of the bead.
 
Gets/sets the [[PXV:PXC_Rect|bound rectangle]] of the bead.
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*  pRect);
+
                     [out, retval]  PXC_Rect*  stRect);
 
HRESULT put_BeadRect([in]  ULONG      nBead,
 
HRESULT put_BeadRect([in]  ULONG      nBead,
                     [in]  PXC_Rect*  pRect);
+
                     [in]  PXC_Rect*  stRect);
 
</pre>
 
</pre>
  

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