PanUpdatedEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PanUpdatedEventArgs(GestureStatus, Int32) |
指定した値を使用して新しい PanUpdatedEventArgs を作成します。 |
PanUpdatedEventArgs(GestureStatus, Int32, Double, Double) |
指定した値を使用して新しい PanUpdatedEventArgs を作成します。 |
PanUpdatedEventArgs(GestureStatus, Int32)
指定した値を使用して新しい PanUpdatedEventArgs を作成します。
public PanUpdatedEventArgs(Xamarin.Forms.GestureStatus type, int gestureId);
new Xamarin.Forms.PanUpdatedEventArgs : Xamarin.Forms.GestureStatus * int -> Xamarin.Forms.PanUpdatedEventArgs
パラメーター
- type
- GestureStatus
ジェスチャが開始されたばかりであるか、継続中であるか、完了したか、キャンセルされたかには関係がありません。
- gestureId
- System.Int32
ジェスチャの識別子です。
適用対象
PanUpdatedEventArgs(GestureStatus, Int32, Double, Double)
指定した値を使用して新しい PanUpdatedEventArgs を作成します。
public PanUpdatedEventArgs(Xamarin.Forms.GestureStatus type, int gestureId, double totalx, double totaly);
new Xamarin.Forms.PanUpdatedEventArgs : Xamarin.Forms.GestureStatus * int * double * double -> Xamarin.Forms.PanUpdatedEventArgs
パラメーター
- type
- GestureStatus
ジェスチャが開始されたばかりであるか、継続中であるか、完了したか、キャンセルされたかには関係がありません。
- gestureId
- System.Int32
ジェスチャの識別子です。
- totalx
- System.Double
ジェスチャの開始時からの X 方向への変更の合計です。
- totaly
- System.Double
ジェスチャの開始時からの Y 方向への変更の合計です。