C# Class GtkGL.GLArea

Inheritance: Gtk.DrawingArea
Show file Open project: mono/gtkglarea-sharp Class Usage Examples

Public Methods

Method Description
GLArea ( IntPtr raw ) : System
GLArea ( System attrList ) : System
GLArea ( System attrList, GLArea share ) : System
MakeCurrent ( ) : int
Size ( int width, int height ) : void
SwapBuffers ( ) : void
Swapbuffers ( ) : void

Protected Methods

Method Description
GLArea ( ) : System

Private Methods

Method Description
GLArea ( GLib gtype ) : System
gtk_gl_area_get_type ( ) : IntPtr
gtk_gl_area_make_current ( IntPtr raw ) : int
gtk_gl_area_new ( int attrList ) : IntPtr
gtk_gl_area_share_new ( int attrList, IntPtr share ) : IntPtr
gtk_gl_area_size ( IntPtr raw, int width, int height ) : void
gtk_gl_area_swap_buffers ( IntPtr raw ) : void
gtk_gl_area_swapbuffers ( IntPtr raw ) : void

Method Details

GLArea() protected method

protected GLArea ( ) : System
return System

GLArea() public method

public GLArea ( IntPtr raw ) : System
raw System.IntPtr
return System

GLArea() public method

public GLArea ( System attrList ) : System
attrList System
return System

GLArea() public method

public GLArea ( System attrList, GLArea share ) : System
attrList System
share GLArea
return System

MakeCurrent() public method

public MakeCurrent ( ) : int
return int

Size() public method

public Size ( int width, int height ) : void
width int
height int
return void

SwapBuffers() public method

public SwapBuffers ( ) : void
return void

Swapbuffers() public method

public Swapbuffers ( ) : void
return void