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

輸入的時間。

適用於