TouchDevice.GetIntermediateTouchPoints(IInputElement) 메서드

정의

파생 클래스에서 재정의되는 경우 가장 최근의 터치 이벤트와 이전 터치 이벤트 간에 수집된 모든 터치 포인트를 반환합니다.

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

매개 변수

relativeTo
IInputElement

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

반품

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

적용 대상