LEADTOOLS Annotations (Leadtools.Annotations assembly)

Bounds Property (AnnTextRollupObject)

Show in webframe





Gets or sets the bounding rectangle for this AnnTextRollupObject object.
Syntax
public override AnnRectangle Bounds {get; set;}
'Declaration
 
Public Overrides Property Bounds As AnnRectangle
'Usage
 
Dim instance As AnnTextRollupObject
Dim value As AnnRectangle
 
instance.Bounds = value
 
value = instance.Bounds

            

            
public:
property AnnRectangle Bounds {
   AnnRectangle get() override;
   void set (    AnnRectangle value) override;
}

Property Value

The bounding rectangle for this AnnTextRollupObject object.
Remarks
The AnnTextRollupObject class overrides this property to return the original bounding rectangle, if this object is expanded. If this object is not expanded, the bounding rectangle is shrunk to fit only one line of text. To expand or roll up this object, set the Expanded property.
For more information, refer to Using Text in Annotation Object.
Example
For an example, refer to AnnTextRollupObject.
Requirements

Target Platforms

See Also

Reference

AnnTextRollupObject Class
AnnTextRollupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.