Click or drag to resize

GraphicsDrawLines Method (Color, PointF)

Draws a 1 pixel wide set of lines with the specified points

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void DrawLines(
	Color color,
	params PointF[] points
)

Parameters

color
Type: Eto.DrawingColor
Color to draw the lines
points
Type: Eto.DrawingPointF
Points for each of the lines
See Also