'Declaration
Public Overloads Function HitTest( _ ByVal point As Point _ ) As HitTestInfo
public HitTestInfo HitTest( Point point )
Parameters
- point
- Windows.Foundation.Point, in control coordinates, that specifies the position to be tested.
Return Value
A HitTestInfo object that contains information about the grid at the location specified by the point parameter.