ShapeElement::AbsoluteBoundingBox Property

 

The bounding rectangle, measured relative to the Diagram.

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

The coordinate system increases down and to the right.

To get the position relative to the parent shape, use BoundingBox

Return to top
Show: