This documentation is archived and is not being maintained.
Graphics::DrawLines Method
Visual Studio 2008
Draws a series of line segments that connect an array of Point structures.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: