DecoratorDoubleEmptyArrow::GetPath Method (RectangleD)
Visual Studio 2015
Returns the GraphicsPath for this LinkDecorator based on the bounding box passed in. This is a singleton on the LinkDecorator class. Do not dispose. Use immediately.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- bounds
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
Rectangle in which to draw the path.
Return Value
Type: System.Drawing.Drawing2D::GraphicsPath^
Show: