Table of Contents

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 bool
constructArguments ConstructArgument[]

GestureSwipe(IntPtr, bool)

protected GestureSwipe(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

SwipeSignal

Signal Descriptor for OnSwipe.

public static readonly Signal<GestureSwipe, GestureSwipe.SwipeSignalArgs> SwipeSignal

Field Value

Signal<GestureSwipe, GestureSwipe.SwipeSignalArgs>

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetVelocity(out double, out double)

public bool GetVelocity(out double velocityX, out double velocityY)

Parameters

velocityX double
velocityY double

Returns

bool

New()

public static GestureSwipe New()

Returns

GestureSwipe

Events

OnSwipe

public event SignalHandler<GestureSwipe, GestureSwipe.SwipeSignalArgs> OnSwipe

Event Type

SignalHandler<GestureSwipe, GestureSwipe.SwipeSignalArgs>