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 物件變更位置時。

適用於