IPXC_Article::BeadRect Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Article::BeadRect Property}}
 
{{#customTitle:IPXC_Article::BeadRect Property}}
 +
{{#parentPage:PXV:IPXC_Article#Properties|BeadRect|property}}
  
Property '''BeadRect''' of interface [[PXV:IPXC_Article|IPXC_Article]] returns/sets Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
+
Gets/sets the [[PXV:PXC_Rect|bound rectangle]] of the bead.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BeadRect([in] ULONG nBead, [out, retval] PXC_Rect* pRect);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BeadRect([in]           ULONG     nBead,
HRESULT put_BeadRect([in] ULONG nBead, [in] PXC_Rect* pRect);
+
                    [out, retval] PXC_Rect* stRect);
 +
HRESULT put_BeadRect([in] ULONG     nBead,
 +
                    [in] PXC_Rect* stRect);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nBead''
+
;nBead
:[in]  Value of ULONG.
+
:[in]  Index of bead in article.
  
 
== See Also ==
 
== 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