IManipulator 인터페이스

정의

조작을 만드는 데 필요한 입력의 위치를 제공합니다.

public interface class IManipulator
public interface IManipulator
type IManipulator = interface
Public Interface IManipulator
파생

설명

각 터치 포인트는 개체입니다 IManipulator . 예를 들어 두 손가락을 사용하여 개체 TouchDevice의 크기를 조정하는 경우 각 손가락에 대해 를 구현 IManipulator하는 가 만들어집니다.

속성

Id

개체의 고유 식별자를 가져오거나 설정합니다.

메서드

GetPosition(IInputElement)

IManipulator 개체의 위치를 반환합니다.

ManipulationEnded(Boolean)

조작이 종료될 때 호출됩니다.

이벤트

Updated

IManipulator 개체가 위치를 변경할 때 발생합니다.

적용 대상