Graphics.DrawLines Method
.NET Framework 3.0
Draws a series of line segments that connect an array of Point structures.
| Name | Description |
|---|---|
| Graphics.DrawLines (Pen, Point[]) | Draws a series of line segments that connect an array of Point structures. Supported by the .NET Compact Framework. |
| Graphics.DrawLines (Pen, PointF[]) | Draws a series of line segments that connect an array of PointF structures. |
Community Additions
ADD
Show: