GridLayout.hitTest method

This API supports the Windows Library for JavaScript infrastructure and is not intended to be used directly from your code.

Syntax

var number = gridLayout.hitTest(x, y);

Parameters

  • x
    Type: Number

    The x-coordinate, or the horizontal position on the screen.

  • y
    Type: Number

    The y-coordinate, or the vertical position on the screen.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

GridLayout