TouchListGetRowIndexAtPoint Method
Gets the row's index at specified point on TouchList. Coordinate (aX, aY) = (0, 0) means the top left corner of TouchList.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public int GetRowIndexAtPoint(
int aX,
int aY
)
Public Function GetRowIndexAtPoint (
aX As Integer,
aY As Integer
) As Integer
- aX Int32
- The X value of a point on TouchList.
- aY Int32
- The Y value of a point on TouchList.
Int32The row's index at specified point on TouchList