Table of Contents

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

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>