Click or drag to resize

GraphicsDrawLine Method (Color, PointF, PointF)

Draws a 1 pixel wide line with the specified color

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void DrawLine(
	Color color,
	PointF start,
	PointF end
)

Parameters

color
Type: Eto.DrawingColor
Color of the line to draw
start
Type: Eto.DrawingPointF
Starting location
end
Type: Eto.DrawingPointF
Ending location
See Also