Table of Contents

Class Win32GLContextHandle

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

Constructors

Win32GLContextHandle(nint, bool)

public Win32GLContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

Win32GLContextHandle

Type Parameters

T