This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.DrawLines Method

Draws a polyline.

Overload List

Name Description
Public method DrawLines(Pen, Point[])

Draws a polyline.

Public method DrawLines(Pen, PointF[])

Draws a polyline.

Remarks

Polyline is a set of connected lines (end point of some polyline segment is a start point of the next segment). It is defined with an array of points which should be connected with this polyline (polyline vertices).

All the coordinates are measured in units specified with Unit property.

See Also

Reference