TouchDevice.IManipulator.GetPosition(IInputElement) Metoda

Definice

Vrátí pozici objektu IManipulator .

 virtual System::Windows::Point System.Windows.Input.IManipulator.GetPosition(System::Windows::IInputElement ^ relativeTo) = System::Windows::Input::IManipulator::GetPosition;
System.Windows.Point IManipulator.GetPosition(System.Windows.IInputElement relativeTo);
abstract member System.Windows.Input.IManipulator.GetPosition : System.Windows.IInputElement -> System.Windows.Point
override this.System.Windows.Input.IManipulator.GetPosition : System.Windows.IInputElement -> System.Windows.Point
Function GetPosition (relativeTo As IInputElement) As Point Implements IManipulator.GetPosition

Parametry

relativeTo
IInputElement

Prvek, který se má použít jako rámec odkazu pro výpočet pozice IManipulator.

Návraty

Pozice objektu IManipulator .

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, TouchDevice že je instance přetypována do IManipulator rozhraní.

Platí pro