Graphics::DrawLine Method
.NET Framework (current version)
Draws a line connecting the two points specified by the coordinate pairs.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | DrawLine(Pen^, Int32, Int32, Int32, Int32) | Draws a line connecting the two points specified by the coordinate pairs. |
![]() | DrawLine(Pen^, Point, Point) | Draws a line connecting two Point structures. |
![]() | DrawLine(Pen^, PointF, PointF) | Draws a line connecting two PointF structures. |
![]() | DrawLine(Pen^, Single, Single, Single, Single) | Draws a line connecting the two points specified by the coordinate pairs. |
Show:
