C1.Win.Touch Namespace / HitTestDelegate Delegate

In This Topic
HitTestDelegate Delegate
In This Topic
Represents a delegate that hit-tests touch destinations.
Syntax
'Declaration
 
Public Delegate Function HitTestDelegate( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As ITouchDestination
 

Parameters

x
y
See Also