Tao.FreeGlut SDK Documentation

Glut.glutVideoResize Method 

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

See Also

Glut Class | Tao.FreeGlut Namespace