Tao.FreeGlut SDK Documentation

Glut.glutVideoPan Method 

Unknown. Unable to locate definitive documentation on this 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
);

Parameters

x
Unknown. Unable to locate definitive documentation on this method.
y
Unknown. Unable to locate definitive documentation on this method.
width
Unknown. Unable to locate definitive documentation on this method.
height
Unknown. Unable to locate definitive documentation on this method.

Remarks

Unknown. Unable to locate definitive documentation on this method.

See Also

Glut Class | Tao.FreeGlut Namespace