ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Integer, _
       ByVal y As System.Integer _
    )
    public TouchEventArgs( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also