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

事件发生的时间。

适用于