MotionEvent.PointerCoords.X Property

Definition

The X component of the pointer movement.

[Android.Runtime.Register("x")]
public float X { get; set; }
[<Android.Runtime.Register("x")>]
member this.X : single with get, set

Property Value

Attributes

Remarks

The X component of the pointer movement.

Java documentation for android.view.MotionEvent.PointerCoords.x.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also