Returns the GraphicsPath for this LinkDecorator based on the bounding box passed in. This is a singleton on the LinkDecorator class. Do not dispose. Use immediately.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Protected Overrides Function GetPath ( _
    bounds As RectangleD _
) As GraphicsPath
protected override GraphicsPath GetPath(
    RectangleD bounds
)
protected:
virtual GraphicsPath^ GetPath(
    RectangleD bounds
) override
abstract GetPath : 
        bounds:RectangleD -> GraphicsPath  
override GetPath : 
        bounds:RectangleD -> GraphicsPath
protected override function GetPath(
    bounds : RectangleD
) : GraphicsPath
Parameters
bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleDRectangle in which to draw the path.
Return Value
Type: System.Drawing.Drawing2D.GraphicsPath
.NET Framework Security
- 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.