Table of Contents

Class GestureStylusHandle

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

Constructors

GestureStylusHandle(nint, bool)

public GestureStylusHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

GestureStylusHandle

Type Parameters

T