DecoratorFilledDiamond.GetPath(RectangleD) Method

Definition

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

protected:
 override System::Drawing::Drawing2D::GraphicsPath ^ GetPath(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD bounds);
protected override System.Drawing.Drawing2D.GraphicsPath GetPath (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD bounds);
override this.GetPath : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> System.Drawing.Drawing2D.GraphicsPath
Protected Overrides Function GetPath (bounds As RectangleD) As GraphicsPath

Parameters

bounds
RectangleD

Rectangle in which to draw the path.

Returns

GraphicsPath for resulting LinkDecorator.

Applies to