次の方法で共有


ManipulationStartedEventArgs クラス

定義

ManipulationStarted イベントのイベント データが含まれます。

public ref class ManipulationStartedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ManipulationStartedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ManipulationStartedEventArgs
Public NotInheritable Class ManipulationStartedEventArgs
継承
Object Platform::Object IInspectable ManipulationStartedEventArgs
属性

注釈

注意

このクラスはアジャイルではありません。つまり、スレッド モデルとマーシャリング動作を考慮する必要があります。 詳細については、「スレッド処理とマーシャリング (C++/CX)」および「マルチスレッド環境でのWindows ランタイム オブジェクトの使用 (.NET)」を参照してください。

プロパティ

Cumulative

ManipulationStarted イベントの前の操作の累積変換デルタ (変換、回転、スケール) を示す値を取得します。

PointerDeviceType

入力ソースのデバイスの種類を取得します。

Position

最後の操作イベントの操作に関連付けられているポインターの場所を取得します。

適用対象

こちらもご覧ください