Android.Views.MotionEvent.RawY Property
Returns the original raw Y coordinate of this event.

Syntax

[get: Android.Runtime.Register("getRawY", "()F", "GetGetRawYHandler")]
public float RawY { get; }

See Also

MotionEvent.GetY(int)

Value

Documentation for this section has not yet been entered.

Remarks

Returns the original raw Y coordinate of this event. For touch events on the screen, this is the original location of the event on the screen, before it had been adjusted for the containing window and views.

[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