IManipulator 인터페이스

정의

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

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

설명

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

속성

Name Description
Id

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

메서드

Name Description
GetPosition(IInputElement)

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

ManipulationEnded(Boolean)

조작이 종료되면 호출됩니다.

이벤트

Name Description
Updated

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

적용 대상