'Declaration
Public Delegate Function HitTestDelegate( _ ByVal x As Integer, _ ByVal y As Integer _ ) As ITouchDestination
public delegate ITouchDestination HitTestDelegate( int x, int y )
Parameters
- x
- y
'Declaration
Public Delegate Function HitTestDelegate( _ ByVal x As Integer, _ ByVal y As Integer _ ) As ITouchDestination
public delegate ITouchDestination HitTestDelegate( int x, int y )