Inheritance: Object, IDisposable
 public QGLFramebufferObject(int width, int height, QGLFramebufferObjectFormat format)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLFramebufferObject$$#", "QGLFramebufferObject(int, int, const QGLFramebufferObjectFormat&)", typeof(void), typeof(int), width, typeof(int), height, typeof(QGLFramebufferObjectFormat), format);
 }
 public QGLFramebufferObject(QSize size, QGLFramebufferObjectFormat format)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLFramebufferObject##", "QGLFramebufferObject(const QSize&, const QGLFramebufferObjectFormat&)", typeof(void), typeof(QSize), size, typeof(QGLFramebufferObjectFormat), format);
 }
 public QGLFramebufferObjectFormat(QGLFramebufferObjectFormat other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGLFramebufferObjectFormat#", "QGLFramebufferObjectFormat(const QGLFramebufferObjectFormat&)", typeof(void), typeof(QGLFramebufferObjectFormat), other);
 }