Search
IGraphicsPath.AddLine Method (Point, Point)
See Also
 





Appends a line segment to this IGraphicsPath.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddLine (
    Point p1,
    Point p2
)

Visual Basic  Copy Code

Sub AddLine( _
    p1 As Point, _
    p2 As Point _
)

 Parameters

p1

A Point that represents the starting point of the line.

p2

A Point that represents the endpoint of the line.

 See Also