SelectedShapesCollection::BoundingBox Property

 

Gets the bounding rectangle surrounding all selected ShapeElements 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 BoundingBox {
	RectangleD get();
}

The coordinate system increases positively down and to the right.

Return to top
Show: