Table of Contents

Class GLContextHandle

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class GLContextHandle : DrawContextHandle, IDisposable
Inheritance
GLContextHandle
Implements
Inherited Members

Constructors

GLContextHandle(nint, bool)

public GLContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

GLContextHandle

Type Parameters

T