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 对象更改位置时发生。

适用于