TouchListGetRowIndexAtPoint Method

Gets the row's index at specified point on TouchList. Coordinate (aX, aY) = (0, 0) means the top left corner of TouchList.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public int GetRowIndexAtPoint(
	int aX,
	int aY
)

Parameters

aX  Int32
The X value of a point on TouchList.
aY  Int32
The Y value of a point on TouchList.

Return Value

Int32
The row's index at specified point on TouchList

See Also