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

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

반환

최신 터치 이벤트와 이전 터치 이벤트 사이에 수집된 모든 터치 지점입니다.

적용 대상