LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

BoundingRectangle Property (AnnObject)

Show in webframe





Gets the logical bounding rectangle of this AnnObject.
Syntax
public virtual Rect BoundingRectangle {get;}
'Declaration
 
Public Overridable ReadOnly Property BoundingRectangle As Rect
'Usage
 
Dim instance As AnnObject
Dim value As Rect
 
value = instance.BoundingRectangle

            

            
public:
virtual property Rect BoundingRectangle {
   Rect get();
}

Property Value

A System.Windows.Rect structure that represents the logical bounding rectangle of this AnnObject.
Remarks

Read only) This method returns the logical bounding rectangle of this AnnObject. This value is the bounding rectangle of of the DefiningGeometry value.

(

For more information, refer to Low-Level Coordinate System for WPF Annotations.

Example

For C#/VB examples, refer to Origin.

Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


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