[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( intwin, intx, inty, intwidth, intheight );