TouchEventArgs.GetIntermediateTouchPoints(IInputElement) 메서드

정의

가장 최근의 터치 이벤트와 이전 터치 이벤트 간에 수집된 모든 터치 포인트를 반환합니다.

public:
 System::Windows::Input::TouchPointCollection ^ GetIntermediateTouchPoints(System::Windows::IInputElement ^ relativeTo);
public System.Windows.Input.TouchPointCollection GetIntermediateTouchPoints(System.Windows.IInputElement relativeTo);
member this.GetIntermediateTouchPoints : System.Windows.IInputElement -> System.Windows.Input.TouchPointCollection
Public Function GetIntermediateTouchPoints (relativeTo As IInputElement) As TouchPointCollection

매개 변수

relativeTo
IInputElement

좌표 공간을 정의하는 요소입니다.

반품

가장 최근의 터치 이벤트와 이전 터치 이벤트 간에 수집된 모든 터치 포인트입니다.

적용 대상