Draws a line connecting the two points specified by coordinate pairs.
Overload List
| Overload | Description |
| DrawLine(Pen,Point,Point) | Draws a line connecting the two points specified by coordinate pairs. |
| DrawLine(Pen,PointF,PointF) | Draws a line connecting the two points specified by coordinate pairs. |
| DrawLine(Pen,Int32,Int32,Int32,Int32) | Draws a line connecting the two points specified by coordinate pairs. |
| DrawLine(Pen,Single,Single,Single,Single) | Draws a line connecting the two points specified by coordinate pairs. |
See Also