LinkShape::AbsoluteBoundingBox Property

 

Gets the bounding rectangle of the link shape 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() override;
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The bounding rectangle relative to the diagram.

The bounding rectangle is relative to the top-left corner of the diagram.

Return to top
Show: