다음을 통해 공유


StylusDownEventArgs(StylusDevice, Int32) 생성자

정의

StylusDownEventArgs 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

stylusDevice
StylusDevice

이벤트와 연결된 디바이스 인스턴스입니다.

timestamp
Int32

이벤트의 인스턴스를 구분하는 데 사용되는 타임스탬프입니다.

적용 대상