Tao.FreeGlut SDK Documentation

Glut.glutInitWindowSize Method 

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

See Also

Glut Class | Tao.FreeGlut Namespace