StylusEventArgs(StylusDevice, Int32) 建構函式

定義

初始化 StylusEventArgs 類別的新執行個體。

public:
 StylusEventArgs(System::Windows::Input::StylusDevice ^ stylus, int timestamp);
public StylusEventArgs (System.Windows.Input.StylusDevice stylus, int timestamp);
new System.Windows.Input.StylusEventArgs : System.Windows.Input.StylusDevice * int -> System.Windows.Input.StylusEventArgs
Public Sub New (stylus As StylusDevice, timestamp As Integer)

參數

stylus
StylusDevice

要與該事件關聯的手寫筆。

timestamp
Int32

事件發生的時間。

適用於