Function Gl.ReadPixels

Commands for GL_VERSION_1_0

void ReadPixels (
  int x,
  int y,
  int width,
  int height,
  uint format,
  uint type,
  void* pixels
) const;