Android.Graphics.Path.LineTo Method
Add a line from the last point to the specified point (x,y).

Syntax

[Android.Runtime.Register("lineTo", "(FF)V", "GetLineTo_FFHandler")]
public virtual void LineTo (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).

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1