Tao.FreeGlut SDK Documentation

Glut.glutCreateSubWindow Method 

[Visual Basic]
Public Shared Function glutCreateSubWindow( _
   ByVal win As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As Integer
[C#]
public static int glutCreateSubWindow(
   int win,
   int x,
   int y,
   int width,
   int height
);

See Also

Glut Class | Tao.FreeGlut Namespace