SwipeGestureRecognizer.ISwipeGestureController.SendSwipe 方法

定义

供 Xamarin.Forms 平台内部使用。

void ISwipeGestureController.SendSwipe (Xamarin.Forms.Element sender, double totalX, double totalY);
abstract member Xamarin.Forms.ISwipeGestureController.SendSwipe : Xamarin.Forms.Element * double * double -> unit
override this.Xamarin.Forms.ISwipeGestureController.SendSwipe : Xamarin.Forms.Element * double * double -> unit

参数

sender
Element

供 Xamarin.Forms 平台内部使用。

totalX
System.Double

供 Xamarin.Forms 平台内部使用。

totalY
System.Double

供 Xamarin.Forms 平台内部使用。

实现

适用于