Tao.FreeGlut SDK Documentation

Glut.glutReshapeWindow Method 

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

See Also

Glut Class | Tao.FreeGlut Namespace