| 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
Syntaxvoid LineTo(
	float x,
	float y
)
Sub LineTo ( 
	x As Single,
	y As Single
)
abstract LineTo : 
        x : float32 * 
        y : float32 -> unit 
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
See Also