Android.Views.MotionEvent.XPrecision Property
Return the precision of the X coordinates being reported.

Syntax

[get: Android.Runtime.Register("getXPrecision", "()F", "GetGetXPrecisionHandler")]
public float XPrecision { 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.

[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