Table of Contents

Class GLAreaHandle

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

Constructors

GLAreaHandle(nint, bool)

public GLAreaHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

GLAreaHandle

Type Parameters

T