LinkShapeGeometry.AddLineArcPath(GraphicsPath, PointD, PointD) Method

Definition

Adds a jump-over arc to the specified GraphicsPath.

public:
 void AddLineArcPath(System::Drawing::Drawing2D::GraphicsPath ^ path, Microsoft::VisualStudio::Modeling::Diagrams::PointD pt1, Microsoft::VisualStudio::Modeling::Diagrams::PointD pt2);
public void AddLineArcPath (System.Drawing.Drawing2D.GraphicsPath path, Microsoft.VisualStudio.Modeling.Diagrams.PointD pt1, Microsoft.VisualStudio.Modeling.Diagrams.PointD pt2);
member this.AddLineArcPath : System.Drawing.Drawing2D.GraphicsPath * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Sub AddLineArcPath (path As GraphicsPath, pt1 As PointD, pt2 As PointD)

Parameters

path
GraphicsPath

The path to add the arc to.

pt1
PointD

Start point.

pt2
PointD

End point.

Applies to