ShapeElement.GeometryBoundingBox Property

Gets the bounding box of the shape.

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

Syntax

'宣言
Public ReadOnly Property GeometryBoundingBox As RectangleD
'使用
Dim instance As ShapeElement
Dim value As RectangleD

value = instance.GeometryBoundingBox
public RectangleD GeometryBoundingBox { get; }
public:
virtual property RectangleD GeometryBoundingBox {
    RectangleD get () sealed;
}
public final function get GeometryBoundingBox () : RectangleD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

The bounding box of the shape.

Implements

IGeometryHost.GeometryBoundingBox

Remarks

This property should be used with derived classes.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace