Android.Views.MotionEvent.PointerCoords.SetAxisValue Method
Sets the value associated with the specified axis.

Syntax

[Android.Runtime.Register("setAxisValue", "(IF)V", "")]
public void SetAxisValue ([Android.Runtime.GeneratedEnum] Axis axis, float value)

See Also

Axis.X
Axis.Y

Parameters

axis
The axis identifier for the axis value to assign.
value
The value to set.

Remarks

Sets the value associated with the specified axis.

[Android Documentation]

Requirements

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