TouchEventArgs(TouchDevice, Int32) 생성자

정의

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

public:
 TouchEventArgs(System::Windows::Input::TouchDevice ^ touchDevice, int timestamp);
public TouchEventArgs (System.Windows.Input.TouchDevice touchDevice, int timestamp);
new System.Windows.Input.TouchEventArgs : System.Windows.Input.TouchDevice * int -> System.Windows.Input.TouchEventArgs
Public Sub New (touchDevice As TouchDevice, timestamp As Integer)

매개 변수

touchDevice
TouchDevice

이 이벤트와 연결할 입력 디바이스입니다.

timestamp
Int32

입력이 이루어진 시간입니다.

적용 대상