LinkDecorator.GetPath Method

Returns the GraphicsPath for this LinkDecorator based on the bounding box passed in.

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 MustOverride Function GetPath ( _
    bounds As RectangleD _
) As GraphicsPath
protected abstract GraphicsPath GetPath(
    RectangleD bounds
)
protected:
virtual GraphicsPath^ GetPath(
    RectangleD bounds
) abstract
abstract GetPath : 
        bounds:RectangleD -> GraphicsPath
protected abstract function GetPath(
    bounds : RectangleD
) : GraphicsPath

Parameters

Return Value

Type: GraphicsPath

.NET Framework Security

See Also

Reference

LinkDecorator Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace