TouchEventArgs.GetIntermediateTouchPoints(IInputElement) Metodo

Definizione

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

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

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