Class GestureSwipe
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class GestureSwipe : GestureSingle, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
GestureSwipe
- Implements
- Inherited Members
Constructors
GestureSwipe(params ConstructArgument[])
public GestureSwipe(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
GestureSwipe(GestureSwipeHandle)
public GestureSwipe(GestureSwipeHandle handle)
Parameters
handle
GestureSwipeHandle
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