Tao.OpenGl SDK Documentation

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

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

See Also

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