Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the bounding box of the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property GeometryBoundingBox As RectangleD
Get
public RectangleD GeometryBoundingBox { get; }
public:
virtual property RectangleD GeometryBoundingBox {
RectangleD get () sealed;
}
abstract GeometryBoundingBox : RectangleD
override GeometryBoundingBox : RectangleD
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.