LinkShapeGeometry.AddLineArcPath Method
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.GraphicsPathThe path to add the arc to.
pt1
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointDStart point.
pt2
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointDEnd 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.