Android.Views.MotionEvent.YPrecision Property
Return the precision of the Y coordinates being reported.

Syntax

[get: Android.Runtime.Register("getYPrecision", "()F", "GetGetYPrecisionHandler")]
public float YPrecision { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the precision of the Y coordinates being reported. You can multiply this number with MotionEvent.GetY to find the actual hardware value of the Y coordinate.

[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