Visual Basic (Declaration) | |
---|---|
Public Function HitTest( _ ByVal x As System.Integer, _ ByVal y As System.Integer _ ) As HitTest |
Parameters
- x
- The specified X axis coordinate.
- y
- The specified Y axis coordinate.
Return Value
A reference to HitTestInfo or null if the item is not found.Please consider using UIOptions.ForceHitTesting before calling the HitTest method.