lineTo

fun lineTo(x: Float, y: Float): Path

Adds a line to the last series from the last add point to [x,y] If it is a the first point, it will becomes the Path starting point

Return

this

Parameters

x

x point in pixels

y

y point in pixels