TouchDevice.IManipulator.GetPosition(IInputElement) Methode

Definition

Gibt die Position des IManipulator Objekts zurück.

 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

Parameter

relativeTo
IInputElement

Das Element, das als Bezugsrahmen für die Berechnung der Position der IManipulator.

Gibt zurück

Die Position des IManipulator Objekts.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die TouchDevice Instanz in eine IManipulator Schnittstelle umgegossen wird.

Gilt für: