TouchEventArgs.GetIntermediateTouchPoints(IInputElement) Método

Definición

Devuelve todos los puntos táctiles recopilados entre los eventos táctiles más recientes y anteriores.

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

Parámetros

relativeTo
IInputElement

Elemento que define el espacio de coordenadas.

Devoluciones

Todos los puntos táctiles recopilados entre los eventos táctiles más recientes y anteriores.

Se aplica a