ShapeElement.AbsoluteBoundingBox Property

The bounding rectangle, measured relative to the Diagram.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property AbsoluteBoundingBox As RectangleD
'Usage
Dim instance As ShapeElement 
Dim value As RectangleD 

value = instance.AbsoluteBoundingBox
public abstract RectangleD AbsoluteBoundingBox { get; }
public:
virtual property RectangleD AbsoluteBoundingBox {
    RectangleD get () abstract;
}
public abstract function get AbsoluteBoundingBox () : RectangleD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

Remarks

The coordinate system increases down and to the right.

To get the position relative to the parent shape, use BoundingBox

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace

ParentShape

Diagram

BoundingBox