Tao.OpenGl SDK Documentation

Gl.glBitmap Method (Int32, Int32, Single, Single, Single, Single, Byte[])

[Visual Basic]
Overloads Public Shared Sub glBitmap( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal xorig As Single, _
   ByVal yorig As Single, _
   ByVal xmove As Single, _
   ByVal ymove As Single, _
   ByVal bitmap As Byte() _
)
[C#]
public static void glBitmap(
   int width,
   int height,
   float xorig,
   float yorig,
   float xmove,
   float ymove,
   byte[] bitmap
);

See Also

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