Return the precision of the X coordinates being reported.
Syntax
[get: Android.Runtime.Register("getXPrecision", "()F", "GetGetXPrecisionHandler")] public floatXPrecision { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Return the precision of the X coordinates being reported. You can
multiply this number with MotionEvent.GetX to find the actual hardware
value of the X coordinate.