Overload | Description |
---|---|
DrawLines(PointF[],Color,Single,DashStyle) | Draws a series of connected lines, using a specified line color, width and style.
If the value of lineStyle parameter is not DashStyle.Solid, the lines are drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat. |
DrawLines(PointF[],Color,Single,Single[]) | Draws a series of connected lines, using a specified line style.
If the dashPattern array contains two or more items, the lines are drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat. |
DrawLines(PointF[],Pen) | Draws a series of connected lines, using a specified pen. |