EllipseShapeGeometry::GetPath Method (RectangleD)

 

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!

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual GraphicsPath^ GetPath(
	RectangleD boundingBox
) override

Parameters

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

The bounding box for the geometry.

Return to top
Show: