←Select platform

BoundingRectangle Property

Summary

Gets the logical bounding rectangle of this AnnObject.

Syntax

C#
VB
C++
public virtual Rect BoundingRectangle { get; } 
  
Public Overridable ReadOnly Property BoundingRectangle As Rect 
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 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly