Click or drag to resize

GraphicsIHandlerDrawLines Method

Draws a set of lines with the specified points

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void DrawLines(
	Pen pen,
	IEnumerable<PointF> points
)

Parameters

pen
Type: Eto.DrawingPen
Pen to draw the lines with
points
Type: System.Collections.GenericIEnumerablePointF
Points for each of the lines
See Also