Class GestureSwipe
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class GestureSwipe : GestureSingle, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
GestureSwipe
- Implements
- Inherited Members
Constructors
GestureSwipe(bool, params ConstructArgument[])
protected GestureSwipe(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
GestureSwipe(IntPtr, bool)
protected GestureSwipe(IntPtr ptr, bool ownedRef)
Parameters
Fields
SwipeSignal
Signal Descriptor for OnSwipe.
public static readonly Signal<GestureSwipe, GestureSwipe.SwipeSignalArgs> SwipeSignal
Field Value
Methods
GetGType()
public static Type GetGType()
Returns
GetVelocity(out double, out double)
public bool GetVelocity(out double velocityX, out double velocityY)
Parameters
Returns
New()
public static GestureSwipe New()
Returns
Events
OnSwipe
public event SignalHandler<GestureSwipe, GestureSwipe.SwipeSignalArgs> OnSwipe