Tao.Platform.Windows SDK Documentation
Wgl.wglMakeCurrent Method
[Visual Basic]
Public Shared Function wglMakeCurrent( _
ByVal
hDc
As
IntPtr
, _
ByVal
newContext
As
IntPtr
_
) As
Boolean
[C#]
public static
bool
wglMakeCurrent(
IntPtr
hDc
,
IntPtr
newContext
);
See Also
Wgl Class
|
Tao.Platform.Windows Namespace