LinkShapeGeometry.AddLineArcPath(GraphicsPath, PointD, PointD) 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.
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.