Android.Views.MotionEvent.OffsetLocation Method
Adjust this event's location.

Syntax

[Android.Runtime.Register("offsetLocation", "(FF)V", "")]
public void OffsetLocation (float deltaX, float deltaY)

Parameters

deltaX
Amount to add to the current X coordinate of the event.
deltaY
Amount to add to the current Y coordinate of the event.

Remarks

Adjust this event's 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