TouchDevice.GetIntermediateTouchPoints(IInputElement) Metodo

Definizione

Se sottoposto a override in una classe derivata, restituisce tutti i punti di tocco raccolti tra l'evento di tocco più recente e quello precedente.

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

Parametri

relativeTo
IInputElement

Elemento che definisce lo spazio delle coordinate.

Restituisce

Tutti i punti di tocco raccolti tra l'evento di tocco più recente e quello precedente.

Si applica a