This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.DrawLine Method

Draws a line.

Overload List

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

Draws a line.

Public method DrawLine(Pen, PointF, PointF)

Draws a line.

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

Draws a line.

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

Draws a line.

Remarks

In this method line is defined with two points which should be connected with this line.

All the coordinates are measured in units specified with Unit property.

See Also

Reference