Tao.FreeGlut SDK Documentation

Glut.glutVideoResize Method 

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

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