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

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

반환

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

적용 대상