TouchEventArgs.GetIntermediateTouchPoints(IInputElement) Metoda

Definice

Vrátí všechny dotykové body, které byly shromážděny mezi nejnovějšími a předchozími dotykovými událostmi.

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

Parametry

relativeTo
IInputElement

Element, který definuje prostor souřadnic.

Návraty

Všechny dotykové body shromážděné mezi posledními a předchozími dotykovými událostmi.

Platí pro