Add a line from the last point to the specified point (x,y).
Syntax
[Android.Runtime.Register("lineTo", "(FF)V", "GetLineTo_FFHandler")] public virtual voidLineTo (float x, float y)
Parameters
x
The x-coordinate of the end of a line
y
The y-coordinate of the end of a line
Remarks
Add a line from the last point to the specified point (x,y).
If no moveTo() call has been made for this contour, the first point is
automatically set to (0,0).