PathBuilder.lineTo
void lineTo(float x, float y)Draws a line from the current point to x, y and makes it the new current point.
Parameters
x | x coordinate |
y | y coordinate |
void lineTo(float x, float y)Draws a line from the current point to x, y and makes it the new current point.
x | x coordinate |
y | y coordinate |