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 As Point, _
Optional ByVal As Long _
) As Boolean
public bool GuessFromTouch(
Point ,
long
)
Parameters
- p
- The Point in client coordinates passed as Location to the mouse event.
- timestamp
- The optional timestamp of the check.
See Also