Tao.OpenGl SDK Documentation

Gl.glRectf Method 

[Visual Basic]
Public Shared Sub glRectf( _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal x2 As Single, _
   ByVal y2 As Single _
)
[C#]
public static void glRectf(
   float x1,
   float y1,
   float x2,
   float y2
);

See Also

Gl Class | Tao.OpenGl Namespace