Tao.Glfw SDK Documentation

Glfw.glfwSetWindowSize Method 

[Visual Basic]
Public Shared Sub glfwSetWindowSize( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
public static void glfwSetWindowSize(
   int width,
   int height
);

See Also

Glfw Class | Tao.Glfw Namespace