'Declaration
Public Overloads Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTestInfo
public HitTestInfo HitTest( int x, int y )
Parameters
- x
- The horizontal position of the client coordinate.
- y
- The vertical position of the client coordinate.
Return Value
A HitTestInfo object that contains information about the point.