LinkDecorator.GetPath(RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.