Android.Widget.AbsListView.PointToRowId Method
Maps a point to a the rowId of the item which intersects that point.

Syntax

[Android.Runtime.Register("pointToRowId", "(II)J", "GetPointToRowId_IIHandler")]
public virtual long PointToRowId (int x, int y)

Parameters

x
X in local coordinate
y
Y in local coordinate

Returns

Documentation for this section has not yet been entered.

Remarks

Maps a point to a the rowId of the item which intersects that point.

[Android Documentation]

Requirements

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