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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Overrides Function GetPath ( _
    boundingBox As RectangleD _
) As GraphicsPath
protected override GraphicsPath GetPath(
    RectangleD boundingBox
)
protected:
virtual GraphicsPath^ GetPath(
    RectangleD boundingBox
) override
abstract GetPath : 
        boundingBox:RectangleD -> GraphicsPath  
override GetPath : 
        boundingBox:RectangleD -> GraphicsPath
protected override function GetPath(
    boundingBox : RectangleD
) : GraphicsPath

Parameters

Return Value

Type: GraphicsPath

.NET Framework Security

See Also

Reference

EllipseShapeGeometry Class

GetPath Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace