SwipeGestureRecognizer.ISwipeGestureController.SendSwipe 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
供 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 平台内部使用。