Ribbon for WinForms
GuessFromTouch(Point,Int64) メソッド

C1.Win.4.8 アセンブリ > C1.Win.Touch 名前空間 > TouchProcessor クラス > GuessFromTouch メソッド : GuessFromTouch(Point,Int64) メソッド
The Point in client coordinates passed as Location to the mouse event.
The optional timestamp of the check.
Tries to guess whether the mouse event being processed came from the touch device rather than from the mouse or pen.
シンタックス
'宣言
 
Public Overloads Function GuessFromTouch( _
   ByVal p As Point, _
   Optional ByVal timestamp As Long _
) As Boolean
public bool GuessFromTouch( 
   Point p,
   long timestamp
)

パラメータ

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

TouchProcessor クラス
TouchProcessor メンバ
オーバーロード一覧