Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the GraphicsPath for this LinkDecorator based on the bounding box passed in.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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.RectangleD
Rectangle 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.