ManipulationUpdatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 ManipulationUpdated 事件的事件資料。
public ref class ManipulationUpdatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ManipulationUpdatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ManipulationUpdatedEventArgs
Public NotInheritable Class ManipulationUpdatedEventArgs
- 繼承
- 屬性
備註
注意
這個類別不是敏捷式的,這表示您需要考慮其執行緒模型和封送處理行為。 如需詳細資訊,請參閱執行緒和封送處理 (C++/CX) 和在多執行緒環境中使用 Windows 執行階段 物件 (.NET) 。
屬性
Cumulative |
取得值,這個值表示從互動開始到 ManipulationUpdated 事件的操作 (轉換差異、旋轉、縮放比例) 。 |
Delta |
取得值,指出自上次操作事件以來,轉換差異 (轉譯、旋轉、縮放) 的轉換差異變更。 |
PointerDeviceType |
取得輸入來源的裝置類型。 |
Position |
取得與上次操作事件之操作相關聯的指標位置。 |
Velocities |
取得值,這個值表示 在 ManipulationUpdated 事件上操作的轉換差異 (、旋轉、縮放比例) 。 |