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

이벤트가 발생하는 시간입니다.

적용 대상