Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
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
- 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. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.