Click or drag to resize

Graphics.DrawLine Method (Pen, PointF, PointF)

Draws a line with the specified pen

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

Parameters

pen
Type: Eto.Drawing.Pen
Pen to draw the line with
start
Type: Eto.Drawing.PointF
Starting location
end
Type: Eto.Drawing.PointF
Ending location
See Also