次の方法で共有


PanGestureRecognizer.SendPan(Element, Double, Double, Int32) メソッド

定義

Xamarin.Forms プラットフォームによる内部使用向け。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SendPan(Xamarin.Forms.Element sender, double totalX, double totalY, int gestureId);
abstract member SendPan : Xamarin.Forms.Element * double * double * int -> unit
override this.SendPan : Xamarin.Forms.Element * double * double * int -> unit

パラメーター

sender
Element

Xamarin.Forms プラットフォームによる内部使用向け。

totalX
System.Double

Xamarin.Forms プラットフォームによる内部使用向け。

totalY
System.Double

Xamarin.Forms プラットフォームによる内部使用向け。

gestureId
System.Int32

Xamarin.Forms プラットフォームによる内部使用向け。

実装

属性
System.ComponentModel.EditorBrowsableAttribute

適用対象