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 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상