Graphics::DrawLines Method

 

Draws a series of line segments that connect an array of Point structures.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodDrawLines(Pen^, array<Point>^)

Draws a series of line segments that connect an array of Point structures.

System_CAPS_pubmethodDrawLines(Pen^, array<PointF>^)

Draws a series of line segments that connect an array of PointF structures.

Return to top
Show: