This documentation is archived and is not being maintained.

Graphics::DrawLines Method

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.

  NameDescription
Public method Supported by the .NET Compact Framework DrawLines(Pen, array<Point>) Draws a series of line segments that connect an array of Point structures.
Public method DrawLines(Pen, array<PointF>) Draws a series of line segments that connect an array of PointF structures.
Top
Show: