Click or drag to resize

IGraphicsPathLineTo Method

Adds a line from the current position to the specified location

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void LineTo(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
X co-ordinate to draw the line to
y
Type: SystemSingle
Y co-ordinate to draw the line to
See Also