Click or drag to resize

GraphicsDrawLine Method

Overload List
  NameDescription
Public methodDrawLine(Color, PointF, PointF)
Draws a 1 pixel wide line with the specified color
Public methodDrawLine(Pen, PointF, PointF)
Draws a line with the specified pen
Public methodDrawLine(Color, Single, Single, Single, Single)
Draws a 1 pixel wide line with the specified color
Public methodDrawLine(Pen, Single, Single, Single, Single)
Draws a line with the specified pen
Top
See Also