Graphics.DrawLine Method

Draws a line connecting the two points.

Overload List

Name Description
Public method DrawLine(Pen, PointF, PointF)

Draws a line connecting two points defined by PointF structures.

Public method DrawLine(Pen, Single, Single, Single, Single)

Draws a line connecting the two points specified by the coordinate pairs.

See Also

Reference