Graphics::DrawLines Method
.NET Framework (current version)
Draws a series of line segments that connect an array of Point structures.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | DrawLines(Pen^, array<Point>^) | Draws a series of line segments that connect an array of Point structures. |
![]() | DrawLines(Pen^, array<PointF>^) | Draws a series of line segments that connect an array of PointF structures. |
Show:
