Click or drag to resize

GraphicsPath.LineTo 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: System.Single
X co-ordinate to draw the line to
y
Type: System.Single
Y co-ordinate to draw the line to

Implements

IGraphicsPath.LineTo(Single, Single)
See Also