TouchEventArgs(TouchDevice, Int32) コンストラクター

定義

TouchEventArgs クラスの新しいインスタンスを初期化します。

public:
 TouchEventArgs(System::Windows::Input::TouchDevice ^ touchDevice, int timestamp);
public TouchEventArgs (System.Windows.Input.TouchDevice touchDevice, int timestamp);
new System.Windows.Input.TouchEventArgs : System.Windows.Input.TouchDevice * int -> System.Windows.Input.TouchEventArgs
Public Sub New (touchDevice As TouchDevice, timestamp As Integer)

パラメーター

touchDevice
TouchDevice

このイベントに関連付ける入力デバイス。

timestamp
Int32

入力が発生した時刻。

適用対象