Click or drag to resize

GraphicsPath.MoveTo Method

Moves the current position to the specified location without adding anything to the path

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

Parameters

x
Type: System.Single
X co-ordinate to move to
y
Type: System.Single
Y co-ordinate to move to

Implements

IGraphicsPath.MoveTo(Single, Single)
See Also