IPXC_Article::BeadRect Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXC_Article::BeadRect Property}}
 
{{#customTitle:IPXC_Article::BeadRect Property}}
 
{{#parentPage:PXV:IPXC_Article|BeadRect Property|property}}
 
{{#parentPage:PXV:IPXC_Article|BeadRect Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
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 ==
Line 16: Line 15:
 
== Parameters ==
 
== Parameters ==
 
;nBead
 
;nBead
:[in]  Value of ULONG.
+
:[in]  Number of bead in article.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Article|IPXC_Article]].
 
See also [[PXV:IPXC_Article|IPXC_Article]].

Revision as of 07:20, 19 May 2015


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] Number of bead in article.

See Also

See also IPXC_Article.