Table of Contents

Class GestureZoomHandle

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

Constructors

GestureZoomHandle(nint, bool)

public GestureZoomHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

GestureZoomHandle

Type Parameters

T