Android.Views.MotionEvent.GetPointerProperties Method
Populates a NoType:android/view/MotionEvent$PointerProperties;Href=../../../reference/android/view/MotionEvent.PointerProperties.html object with pointer properties for the specified pointer index.

Syntax

[Android.Runtime.Register("getPointerProperties", "(ILandroid/view/MotionEvent$PointerProperties;)V", "")]
public void GetPointerProperties (int pointerIndex, MotionEvent.PointerProperties outPointerProperties)

Parameters

pointerIndex
Raw index of pointer to retrieve. Value may be from 0 (the first pointer that is down) to MotionEvent.PointerCount-1.
outPointerProperties
The pointer properties object to populate.

Remarks

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14