Graphics.DrawLine Method

Draws a line connecting the two points.

Overload List

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

Draws a line connecting two Point structures.

Public method DrawLine(Pen, Int32, Int32, Int32, Int32)

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

See Also

Reference