Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

BoundingRectangle Property (AnnProtractorObject)






Gets the logical bounding rectangle of this AnnProtractorObject.
Syntax
public override AnnRectangle BoundingRectangle {get;}
'Declaration
 
Public Overrides ReadOnly Property BoundingRectangle As AnnRectangle
'Usage
 
Dim instance As AnnProtractorObject
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 AnnProtractorObject.
Remarks
The AnnProtractorObject class overrides this member to return the logical bounding rectangle of the protractor. This bounding rectangle contains the two rulers, the gauge, the tick marks, and the angular unit of measure, if visible.
For more information, refer to Using Protractors in Annotation Objects.
Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)