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

Show in webframe

BoundingRectangle Property (AnnCrossProductObject)






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

Target Platforms

See Also

Reference

AnnCrossProductObject Class
AnnCrossProductObject Members

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