[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.DrawLines

DrawLines Method

DrawLines(Pen, Point[])

Draw the special lines on current Graphics by using the special pen.

Declaration
public void DrawLines(Pen pen, Point[] points)
Parameters
Type Name Description
Pen pen

A Pen indicate the draw-style of lines

Point[] points

A Point array indicate the line segments.

Exceptions
Type Condition
SystemErrorException