DecoratorEmptyArrow::GetPath Method (RectangleD)

 

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.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual GraphicsPath^ GetPath(
	RectangleD bounds
) override

Parameters

bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

Rectangle in which to draw the path.

Return to top
Show: