GraphicsCache.DrawLines Method
Name | Parameters | Description |
---|---|---|
DrawLines(Pen, Point[]) | pen, lines | |
DrawLines(Pen, PointF[]) | pen, lines | Draws a series of lines that connect given points. |
DrawLines(Point[], Color, Int32) | lines, color, thickness | Draws a polygon defined by an array of Point structures. |
DrawLines(PointF[], Color, Int32) | lines, color, thickness | Draws a polygon defined by an array of PointF structures. |