Class GLAreaHandle
public class GLAreaHandle : WidgetHandle, IDisposable
- Inheritance
-
GLAreaHandle
- Implements
- Inherited Members
Constructors
GLAreaHandle(nint, bool)
public GLAreaHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static GLAreaHandle For<T>(ConstructArgument[] constructArguments) where T : GLArea, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T