InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Touch Namespace / TouchProcessor Class / GuessFromTouch Method / GuessFromTouch(Point,Int64) Method
The Point in client coordinates passed as Location to the mouse event.
The optional timestamp of the check.

In This Topic
    GuessFromTouch(Point,Int64) Method
    In This Topic
    Tries to guess whether the mouse event being processed came from the touch device rather than from the mouse or pen.
    Syntax
    'Declaration
     
    Public Overloads Function GuessFromTouch( _
       ByVal p As Point, _
       Optional ByVal timestamp As Long _
    ) As Boolean
    public bool GuessFromTouch( 
       Point p,
       long timestamp
    )

    Parameters

    p
    The Point in client coordinates passed as Location to the mouse event.
    timestamp
    The optional timestamp of the check.
    See Also