GhostShapeCollection::AbsoluteBoundingBox Property

 

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

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

public:
property RectangleD AbsoluteBoundingBox {
	RectangleD get();
}

The coordinate system increases positively down and to the right.

Return to top
Show: