ContextHandle.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Explicit(ContextHandle to IntPtr) | |
Explicit(IntPtr to ContextHandle) |
Explicit(ContextHandle to IntPtr)
public static explicit operator IntPtr (OpenTK.ContextHandle c);
static member op_Explicit : OpenTK.ContextHandle -> nativeint
Parameters
Returns
IntPtr
nativeint
Applies to
Explicit(IntPtr to ContextHandle)
public static explicit operator OpenTK.ContextHandle (IntPtr p);
static member op_Explicit : nativeint -> OpenTK.ContextHandle
Parameters
- p
-
IntPtr
nativeint