LinkShapeGeometry.AddLineArcPath Method

Adds a jump-over arc to the specified GraphicsPath.

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

Syntax

'Declaration
Public Sub AddLineArcPath ( _
    path As GraphicsPath, _
    pt1 As PointD, _
    pt2 As PointD _
)
public void AddLineArcPath(
    GraphicsPath path,
    PointD pt1,
    PointD pt2
)
public:
void AddLineArcPath(
    GraphicsPath^ path, 
    PointD pt1, 
    PointD pt2
)
member AddLineArcPath : 
        path:GraphicsPath * 
        pt1:PointD * 
        pt2:PointD -> unit 
public function AddLineArcPath(
    path : GraphicsPath, 
    pt1 : PointD, 
    pt2 : PointD
)

Parameters

.NET Framework Security

See Also

Reference

LinkShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace