1 implementation of SendPan
Microsoft.Maui.Controls (1)
PanGestureRecognizer.cs (1)
24
void IPanGestureController.
SendPan
(Element sender, double totalX, double totalY, int gestureId)
2 references to SendPan
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
356
panGestureRecognizer.
SendPan
(view, translationInView.X, translationInView.Y, PanGestureRecognizer.CurrentId.Value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Gesture\PanGestureHandler.cs (1)
40
Recognizer.
SendPan
(View, Forms.ConvertToScaledDP(_totalX), Forms.ConvertToScaledDP(_totalY), _gestureId);