3 references to PinchGestureUpdatedEventArgs
Microsoft.Maui.Controls (3)
PinchGestureRecognizer.cs (2)
30
handler(sender, new
PinchGestureUpdatedEventArgs
(GestureStatus.Canceled));
41
handler(sender, new
PinchGestureUpdatedEventArgs
(GestureStatus.Completed));
PinchGestureUpdatedEventArgs.cs (1)
11
public PinchGestureUpdatedEventArgs(GestureStatus status, double scale, Point origin) :
this
(status)