Android.Views.MotionEvent.GetPointerId Method
Return the pointer identifier associated with a particular pointer data index is this event.

Syntax

[Android.Runtime.Register("getPointerId", "(I)I", "")]
public int GetPointerId (int pointerIndex)

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Return the pointer identifier associated with a particular pointer data index is this event. The identifier tells you the actual pointer number associated with the data, accounting for individual pointers going up and down since the start of the current gesture.

[Android Documentation]

Requirements

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