DecoratorFilledDiamond.GetPath Method

This member overrides LinkDecorator.GetPath(RectangleD).

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

Syntax

'宣言
Protected Overrides Function GetPath ( _
    bounds As RectangleD _
) As GraphicsPath
'使用
Dim bounds As RectangleD
Dim returnValue As GraphicsPath

returnValue = Me.GetPath(bounds)
protected override GraphicsPath GetPath(
    RectangleD bounds
)
protected:
virtual GraphicsPath^ GetPath(
    RectangleD bounds
) override
protected override function GetPath(
    bounds : RectangleD
) : GraphicsPath

Parameters

Return Value

Type: System.Drawing.Drawing2D.GraphicsPath

Permissions

See Also

Reference

DecoratorFilledDiamond Class

DecoratorFilledDiamond Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace