ShapeElement::TranslateGeometryToRelativeBounds Method (RectangleD)
Visual Studio 2015
Converts the absolute bounds to relative bounds for the shape's geometry.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual RectangleD TranslateGeometryToRelativeBounds( RectangleD absoluteBounds ) sealed
Parameters
- absoluteBounds
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
The absolute bounds for the shape's geometry.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleDThe relative bounds for the shape's geometry.
Show: