Android.Views.MotionEvent.SetLocation Method
Set this event's location.

Syntax

[Android.Runtime.Register("setLocation", "(FF)V", "")]
public void SetLocation (float x, float y)

Parameters

x
New absolute X location.
y
New absolute Y location.

Remarks

Set this event's location. Applies MotionEvent.OffsetLocation(float, System.Single) with a delta from the current location to the given new location.

[Android Documentation]

Requirements

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