ListLayout.hitTest method
This API supports the Windows Library for JavaScript infrastructure and is not intended to be used directly from your code.
Syntax
listLayout.hitTest(x, y);
Parameters
x
Type: NumberThe x-coordinate, or the horizontal position on the screen.
y
Type: NumberThe y-coordinate, or the vertical position on the screen.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |