Table of Contents

Class GesturePanHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class GesturePanHandle : GestureDragHandle, IDisposable
Inheritance
GesturePanHandle
Implements
Inherited Members

Constructors

GesturePanHandle(nint, bool)

public GesturePanHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static GesturePanHandle For<T>(ConstructArgument[] constructArguments) where T : GesturePan, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

GesturePanHandle

Type Parameters

T