MotionEvent.PointerProperties Constructors

Definition

Overloads

MotionEvent.PointerProperties()

Creates a pointer properties object with an invalid pointer id.

MotionEvent.PointerProperties(MotionEvent+PointerProperties)

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

MotionEvent.PointerProperties()

Creates a pointer properties object with an invalid pointer id.

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

Remarks

Creates a pointer properties object with an invalid pointer id.

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

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.PointerProperties(MotionEvent+PointerProperties)

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

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

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