Android.Graphics.Path.MoveTo Method
Set the beginning of the next contour to the point (x,y).

Syntax

[Android.Runtime.Register("moveTo", "(FF)V", "GetMoveTo_FFHandler")]
public virtual void MoveTo (float x, float y)

Parameters

x
The x-coordinate of the start of a new contour
y
The y-coordinate of the start of a new contour

Remarks

Set the beginning of the next contour to the point (x,y).

[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