IManipulator 接口

定义

提供创建操作所需的输入的位置。

public interface class IManipulator
public interface IManipulator
type IManipulator = interface
Public Interface IManipulator
派生

注解

每个触摸点都是一个 IManipulator 对象。 例如,如果使用两根手指调整对象的大小,则会为每个手指创建实现 TouchDeviceIManipulator的 。

属性

Id

获取或设置对象的唯一标识符。

方法

GetPosition(IInputElement)

返回 IManipulator 对象的位置。

ManipulationEnded(Boolean)

在操作结束时调用。

事件

Updated

IManipulator 对象更改位置时发生。

适用于