ManipulationUpdatedEventArgs Class
包含 ManipulationUpdated 事件的事件数据。
语法
特性
- MarshalingBehaviorAttribute(None)
- VersionAttribute(NTDDI_WIN8)
成员
ManipulationUpdatedEventArgs类 具有以下类型的成员:
方法
The ManipulationUpdatedEventArgs 类 继承以下内容中的方法 Object 类 (C#/VB/C++).
属性
该 ManipulationUpdatedEventArgs类 具有以下属性。
| 属性 | 访问类型 | 描述 |
|---|---|---|
| 只读 | Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation from the beginning of the interaction to the ManipulationUpdated event. | |
| 只读 | Gets values that indicate the changes in the transformation deltas (translation, rotation, scale) of a manipulation since the last manipulation event. | |
| 只读 | Gets the device type of the input source. | |
| 只读 | Gets the location of the pointer associated with the manipulation for the last manipulation event. | |
| 只读 | Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationUpdated event. |
备注
JavaScript: 在 ManipulationUpdated 事件处理程序中访问此对象。
注意 :此类不敏捷,这意味着您需要考虑其线程模型和封送行为。有关更多信息,请参见线程处理和封送处理 (C++/CX) 和在多线程环境中使用 Windows 运行时对象 (.NET)。
Windows Phone 8
此 API 不实现,并且在调用时会引发异常。
要求
|
最低受支持的客户端 | Windows 8 [仅 Windows 应用商店应用] |
|---|---|
|
最低受支持的服务器 | Windows Server 2012 [仅 Windows 应用商店应用] |
|
最低受支持的电话 | Windows Phone 8 |
|
命名空间 |
|
|
元数据 |
|
另请参阅