Tao.OpenGl SDK Documentation

Gl.glRecti Method 

[Visual Basic]
Public Shared Sub glRecti( _
   ByVal x1 As Integer, _
   ByVal y1 As Integer, _
   ByVal x2 As Integer, _
   ByVal y2 As Integer _
)
[C#]
public static void glRecti(
   int x1,
   int y1,
   int x2,
   int y2
);

See Also

Gl Class | Tao.OpenGl Namespace