TouchDevice(Int32) 생성자

정의

파생 클래스의 생성자에서 호출되어 클래스를 TouchDevice 초기화합니다.

protected:
 TouchDevice(int deviceId);
[System.Security.SecurityCritical]
protected TouchDevice(int deviceId);
protected TouchDevice(int deviceId);
[<System.Security.SecurityCritical>]
new System.Windows.Input.TouchDevice : int -> System.Windows.Input.TouchDevice
new System.Windows.Input.TouchDevice : int -> System.Windows.Input.TouchDevice
Protected Sub New (deviceId As Integer)

매개 변수

deviceId
Int32

터치 디바이스의 고유 식별자입니다.

특성

적용 대상