IGeometryHost.GeometryBoundingBox Property

Gets the bounding box of the geometry.

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

Syntax

'Declaration
ReadOnly Property GeometryBoundingBox As RectangleD
RectangleD GeometryBoundingBox { get; }
property RectangleD GeometryBoundingBox {
    RectangleD get ();
}
abstract GeometryBoundingBox : RectangleD with get
function get GeometryBoundingBox () : RectangleD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

.NET Framework Security

See Also

Reference

IGeometryHost Interface

Microsoft.VisualStudio.Modeling.Diagrams Namespace