LinkShapeGeometry::AddLineArcPath Method (GraphicsPath^, PointD, PointD)

 

Adds a jump-over arc to the specified GraphicsPath.

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

public:
void AddLineArcPath(
	GraphicsPath^ path,
	PointD pt1,
	PointD pt2
)

Parameters

path
Type: System.Drawing.Drawing2D::GraphicsPath^

The path to add the arc to.

pt1
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

Start point.

pt2
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

End point.

Return to top
Show: