Click or drag to resize

GraphicsPathLineTo 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
public 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

Implements

IGraphicsPathLineTo(Single, Single)
See Also