TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchEventArgs Class / TouchEventArgs Constructor

In This Topic
    TouchEventArgs Constructor
    In This Topic
    Initializes a new instance of a TouchEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer _
    )
    public TouchEventArgs( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also