TouchDevice.IManipulator.GetPosition(IInputElement) Метод

Определение

Возвращает позицию объекта 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

Параметры

relativeTo
IInputElement

Элемент, который следует использовать как опорный фрейм для вычисления положения объекта IManipulator.

Возвращаемое значение

Позиция объекта IManipulator.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр TouchDevice приведен к типу интерфейса IManipulator.

Применяется к