Table of Contents

Class GestureSwipe

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class GestureSwipe
Inheritance
GestureSwipe
Inherited Members

Methods

GetGType()

Calls native function gtk_gesture_swipe_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetVelocity(IntPtr, out double, out double)

Calls native method gtk_gesture_swipe_get_velocity.

public static extern bool GetVelocity(IntPtr gesture, out double velocityX, out double velocityY)

Parameters

gesture IntPtr

Transfer ownership: None Nullable: False

velocityX double

Transfer ownership: Full Nullable: False

velocityY double

Transfer ownership: Full Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

New()

Calls native constructor gtk_gesture_swipe_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: Full Nullable: False