Android.InputMethodServices.Keyboard.GetNearestKeys Method
Returns the indices of the keys that are closest to the given point.

Syntax

[Android.Runtime.Register("getNearestKeys", "(II)[I", "GetGetNearestKeys_IIHandler")]
public virtual int[] GetNearestKeys (int x, int y)

Parameters

x
the x-coordinate of the point
y
the y-coordinate of the point

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the indices of the keys that are closest to the given point.

[Android Documentation]

Requirements

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