StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) 생성자

정의

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

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

매개 변수

stylusDevice
StylusDevice

StylusDevice 이벤트와 연결할 개체입니다.

timestamp
Int32

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

systemGesture
SystemGesture

SystemGesture 이벤트를 발생시키는 요소입니다.

적용 대상

추가 정보