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
- geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
Return Value
Type: System.Drawing.Drawing2D.GraphicsPath
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.