TouchDevice.IManipulator.GetPosition(IInputElement) Método

Definição

Devolve a posição do IManipulator objeto.

 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

Parâmetros

relativeTo
IInputElement

O elemento a usar como referencial para calcular a posição do IManipulator.

Devoluções

A posição do IManipulator objeto.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a TouchDevice instância é transmitida para uma IManipulator interface.

Aplica-se a