Share via


GhostShapeCollection.AbsoluteBoundingBox Property

Definition

Gets the current bounding rectangle surrounding all GhostShapes in the collection. The rectangle is in world units relative to the diagram's top-left.

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::RectangleD AbsoluteBoundingBox { Microsoft::VisualStudio::Modeling::Diagrams::RectangleD get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.RectangleD AbsoluteBoundingBox { get; }
member this.AbsoluteBoundingBox : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Public ReadOnly Property AbsoluteBoundingBox As RectangleD

Property Value

The current bounding rectangle surrounding all GhostShapes in the collection.

Remarks

The coordinate system increases positively down and to the right.

Applies to