MotionEvent.GetPointerProperties(Int32, MotionEvent+PointerProperties) Method

Definition

Populates a PointerProperties object with pointer properties for the specified pointer index.

[Android.Runtime.Register("getPointerProperties", "(ILandroid/view/MotionEvent$PointerProperties;)V", "")]
public void GetPointerProperties (int pointerIndex, Android.Views.MotionEvent.PointerProperties? outPointerProperties);
[<Android.Runtime.Register("getPointerProperties", "(ILandroid/view/MotionEvent$PointerProperties;)V", "")>]
member this.GetPointerProperties : int * Android.Views.MotionEvent.PointerProperties -> unit

Parameters

pointerIndex
Int32

Raw index of pointer to retrieve. Value may be from 0 (the first pointer that is down) to #getPointerCount()-1.

outPointerProperties
MotionEvent.PointerProperties

The pointer properties object to populate.

Attributes

Remarks

Java documentation for android.view.MotionEvent.getPointerProperties(int, android.view.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