LinkDecorator.GetPath(RectangleD) Method

Definition

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

protected:
 abstract System::Drawing::Drawing2D::GraphicsPath ^ GetPath(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD bounds);
protected abstract System.Drawing.Drawing2D.GraphicsPath GetPath (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD bounds);
abstract member GetPath : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> System.Drawing.Drawing2D.GraphicsPath
Protected MustOverride Function GetPath (bounds As RectangleD) As GraphicsPath

Parameters

bounds
RectangleD

Rectangle in which to draw the path.

Returns

GraphicsPath for resulting LinkDecorator.

Applies to