ContextHandle(IntPtr) Constructor

Definition

Constructs a new instance with the specified handle.

public ContextHandle (IntPtr h);
new OpenTK.ContextHandle : nativeint -> OpenTK.ContextHandle

Parameters

h
IntPtr

nativeint

A System.IntPtr containing the value for this instance.

Applies to