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