Sdílet prostřednictvím


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ý má být použit jako referenční rámec pro výpočet pozice objektu IManipulator.

Návraty

Pozice objektu IManipulator .

Implementuje

Poznámky

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

Platí pro