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

イベントが発生した時刻。

適用対象