Tao.FreeGlut SDK Documentation

Glut.glutVideoPan Method 

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

See Also

Glut Class | Tao.FreeGlut Namespace