LinkShapeGeometry.GetPath Method (IGeometryHost)

This member overrides ShapeGeometry.GetPath(IGeometryHost).

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

Syntax

'宣言
Public Overrides Function GetPath ( _
    geometryHost As IGeometryHost _
) As GraphicsPath
'使用
Dim instance As LinkShapeGeometry
Dim geometryHost As IGeometryHost
Dim returnValue As GraphicsPath

returnValue = instance.GetPath(geometryHost)
public override GraphicsPath GetPath(
    IGeometryHost geometryHost
)
public:
virtual GraphicsPath^ GetPath(
    IGeometryHost^ geometryHost
) override
public override function GetPath(
    geometryHost : IGeometryHost
) : GraphicsPath

Parameters

Return Value

Type: System.Drawing.Drawing2D.GraphicsPath

Permissions

See Also

Reference

LinkShapeGeometry Class

LinkShapeGeometry Members

GetPath Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace