MotionEvent.PointerCoords Constructors

Definition

Overloads

MotionEvent.PointerCoords()

Creates a pointer coords object with all axes initialized to zero.

MotionEvent.PointerCoords(MotionEvent+PointerCoords)

Creates a pointer coords object as a copy of the contents of another pointer coords object.

MotionEvent.PointerCoords()

Creates a pointer coords object with all axes initialized to zero.

[Android.Runtime.Register(".ctor", "()V", "")]
public PointerCoords ();
Attributes

Remarks

Creates a pointer coords object with all axes initialized to zero.

Java documentation for android.view.MotionEvent.PointerCoords.MotionEvent$PointerCoords().

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

MotionEvent.PointerCoords(MotionEvent+PointerCoords)

Creates a pointer coords object as a copy of the contents of another pointer coords object.

[Android.Runtime.Register(".ctor", "(Landroid/view/MotionEvent$PointerCoords;)V", "")]
public PointerCoords (Android.Views.MotionEvent.PointerCoords? other);
[<Android.Runtime.Register(".ctor", "(Landroid/view/MotionEvent$PointerCoords;)V", "")>]
new Android.Views.MotionEvent.PointerCoords : Android.Views.MotionEvent.PointerCoords -> Android.Views.MotionEvent.PointerCoords

Parameters

Attributes

Remarks

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