line to <mPoint> on <mCanvas>
Add a line to a canvas.
An expression which evaluates to a canvas.
An expression which evaluates to a point.
// move to a point on the canvas move to point [0,50] on this canvas // add a line to the canvas path line to point [50,50] on this canvas // stroke the canvas path stroke this canvas
Adds a line to mPoint on the current path of mCanvas