Click or drag to resize

CanvasDrawLines Method

Draws multiple connected lines onto this canvas.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void DrawLines(
	Point[] points,
	AtalaPen pen
)

Parameters

points
Type: System.DrawingPoint
An array of points that straight lines are drawn through.
pen
Type: Atalasoft.Imaging.DrawingAtalaPen
The AtalaPen controlling the line characteristics.
Remarks
The lines are specifyied with a series of points. To connect the last point with the first point see DrawPolygon.
See Also