LEADTOOLS Annotations (Leadtools.Annotations assembly)

BoundingRectangle Property (AnnTextPointerObject)

Show in webframe





Gets the logical bounding rectangle of this AnnTextPointerObject object.
Syntax
public override AnnRectangle BoundingRectangle {get;}
'Declaration
 
Public Overrides ReadOnly Property BoundingRectangle As AnnRectangle
'Usage
 
Dim instance As AnnTextPointerObject
Dim value As AnnRectangle
 
value = instance.BoundingRectangle

            

            
public:
property AnnRectangle BoundingRectangle {
   AnnRectangle get() override;
}

Property Value

An AnnRectangle structure that represents the logical bounding rectangle of this AnnTextPointerObject object.
Remarks
The AnnTextPointerObject class overrides this member to return the logical bounding rectangle of the object. This bounding rectangle contains the bounding rectangle of the text, as well as the pointer line.
For more information, refer to Using Text in Annotation Object.
Requirements

Target Platforms

See Also

Reference

AnnTextPointerObject Class
AnnTextPointerObject Members

 

 


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