RoundedRectangleShapeGeometry::GetPath Method (RectangleD)
Visual Studio 2015
Gets the GraphicsPath of the geometry. This is a singleton on the geometry class. Do not dispose. Use immediately. Use GetPathCopy if another path is needed!
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- boundingBox
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
The bounding box to use for the geometry.
Return Value
Type: System.Drawing.Drawing2D::GraphicsPath^
Show: