Tao.OpenGl SDK Documentation

Gl.glRectfv Method (Single[], Single[])

[Visual Basic]
Overloads Public Shared Sub glRectfv( _
   ByVal v1 As Single(), _
   ByVal v2 As Single() _
)
[C#]
public static void glRectfv(
   float[] v1,
   float[] v2
);

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glRectfv Overload List