ISwipeGestureController.SendSwipe(Element, Double, Double) Method

Definition

public:
 void SendSwipe(Microsoft::Maui::Controls::Element ^ sender, double totalX, double totalY);
public void SendSwipe (Microsoft.Maui.Controls.Element sender, double totalX, double totalY);
abstract member SendSwipe : Microsoft.Maui.Controls.Element * double * double -> unit
Public Sub SendSwipe (sender As Element, totalX As Double, totalY As Double)

Parameters

sender
Element
totalX
Double
totalY
Double

Applies to