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
bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleDRectangle in which to draw the path.
Return Value
Type: 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.