Click or drag to resize

GraphicsIHandlerDrawLine Method

Draws a line with the specified pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void DrawLine(
	Pen pen,
	float startx,
	float starty,
	float endx,
	float endy
)

Parameters

pen
Type: Eto.DrawingPen
Pen to draw the line
startx
Type: SystemSingle
X co-ordinate of the starting point
starty
Type: SystemSingle
Y co-ordinate of the starting point
endx
Type: SystemSingle
X co-ordinate of the ending point
endy
Type: SystemSingle
Y co-ordinate of the ending point
See Also