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.

Line To

Parameters

xx coordinate
yy coordinate