TouchDevice.IManipulator.GetPosition(IInputElement) Metoda

Definicja

Zwraca położenie IManipulator obiektu.

 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

Element, który ma być używany jako ramka odwołania do obliczania położenia IManipulatorelementu .

Zwraca

Położenie IManipulator obiektu.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy TouchDevice wystąpienie jest rzutowanie do interfejsu IManipulator .

Dotyczy