次の方法で共有


PanUpdatedEventArgs コンストラクター

定義

オーバーロード

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 方向への変更の合計です。

適用対象