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입니다.

설명

position 좌표 공간이며 bounds 일관성이 있어야 합니다.

적용 대상