TouchPoint(TouchDevice, Point, Rect, TouchAction) 생성자

정의

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

public:
 TouchPoint(System::Windows::Input::TouchDevice ^ device, System::Windows::Point position, System::Windows::Rect bounds, System::Windows::Input::TouchAction action);
public TouchPoint (System.Windows.Input.TouchDevice device, System.Windows.Point position, System.Windows.Rect bounds, System.Windows.Input.TouchAction action);
new System.Windows.Input.TouchPoint : System.Windows.Input.TouchDevice * System.Windows.Point * System.Windows.Rect * System.Windows.Input.TouchAction -> System.Windows.Input.TouchPoint
Public Sub New (device As TouchDevice, position As Point, bounds As Rect, action As TouchAction)

매개 변수

device
TouchDevice

TouchPoint를 생성한 터치 디바이스입니다.

position
Point

터치 지점의 위치입니다.

bounds
Rect

화면에 손가락이 닿는 영역의 경계입니다.

action
TouchAction

이 위치의 이 디바이스에서 발생한 마지막 작업입니다.

예외

devicenull인 경우

설명

이 좌표 공간의 positionbounds 일치 해야 합니다.

적용 대상