ShapeElement::BoundingBox Property

 

The bounding rectangle, measured relative to the ParentShape.

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 {
	virtual RectangleD get() abstract;
}

The coordinate system increases down and to the right.

To get the bounds relative to the Diagram, use AbsoluteBoundingBox.

Return to top
Show: