Android.Views.MotionEvent.GetPointerCoords Method
Populates a NoType:android/view/MotionEvent$PointerCoords;Href=../../../reference/android/view/MotionEvent.PointerCoords.html object with pointer coordinate data for the specified pointer index.

Syntax

[Android.Runtime.Register("getPointerCoords", "(ILandroid/view/MotionEvent$PointerCoords;)V", "")]
public void GetPointerCoords (int pointerIndex, MotionEvent.PointerCoords outPointerCoords)

Parameters

pointerIndex
Raw index of pointer to retrieve. Value may be from 0 (the first pointer that is down) to MotionEvent.PointerCount-1.
outPointerCoords
The pointer coordinate 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 9