'Declaration
Public MustOverride Function HitTest( _ ByVal x As Double, _ ByVal y As Double, _ ByVal shape As Shape, _ ByVal shapeRect As Rectangle _ ) As Boolean
Parameters
- x
- The x-coordinate at which to retrieve hit test information.
- y
- The y-coordinate at which to retrieve hit test information.
- shape
- The behind shape.
- shapeRect
- The painting rectangle of the shape.
Return Value
The hit test information at the position of a control.