| IGraphicsPathMoveTo 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
Syntaxvoid MoveTo(
	float x,
	float y
)
Sub MoveTo ( 
	x As Single,
	y As Single
)
abstract MoveTo : 
        x : float32 * 
        y : float32 -> unit 
Parameters
- x
- Type: SystemSingle
 X co-ordinate to move to
- y
- Type: SystemSingle
 Y co-ordinate to move to
 See Also
See Also