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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象