Tao.Glfw SDK Documentation

Glfw.glfwOpenWindow Method 

[Visual Basic]
Public Shared Function glfwOpenWindow( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal redBits As Integer, _
   ByVal greenBits As Integer, _
   ByVal blueBits As Integer, _
   ByVal alphaBits As Integer, _
   ByVal depthBits As Integer, _
   ByVal stencilBits As Integer, _
   ByVal mode As Integer _
) As Integer
[C#]
public static int glfwOpenWindow(
   int width,
   int height,
   int redBits,
   int greenBits,
   int blueBits,
   int alphaBits,
   int depthBits,
   int stencilBits,
   int mode
);

See Also

Glfw Class | Tao.Glfw Namespace