TreeView for WinForms | ComponentOne
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
    public delegate ITouchDestination HitTestDelegate( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also