WebPlanner Programmer's Guide

GdiGraphics.DrawLines Method

See Also
 


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

 Overload List

Name Description

GdiGraphics.DrawLines (Pen, Point[])

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

GdiGraphics.DrawLines (Pen, PointF[])

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

 See Also