Tao.OpenGl SDK Documentation

Gl.glDrawPixels Method (Int32, Int32, Int32, Int32, Object)

[Visual Basic]
Overloads Public Shared Sub glDrawPixels( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal format As Integer, _
   ByVal type As Integer, _
   ByVal pixels As Object _
)
[C#]
public static void glDrawPixels(
   int width,
   int height,
   int format,
   int type,
   object pixels
);

See Also

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