C# Class GtkGL.GLArea

Inheritance: Gtk.DrawingArea
Afficher le fichier Open project: mono/gtkglarea-sharp Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GLArea ( ) : System

Private Methods

Méthode 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 méthode

protected GLArea ( ) : System
Résultat System

GLArea() public méthode

public GLArea ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

GLArea() public méthode

public GLArea ( System attrList ) : System
attrList System
Résultat System

GLArea() public méthode

public GLArea ( System attrList, GLArea share ) : System
attrList System
share GLArea
Résultat System

MakeCurrent() public méthode

public MakeCurrent ( ) : int
Résultat int

Size() public méthode

public Size ( int width, int height ) : void
width int
height int
Résultat void

SwapBuffers() public méthode

public SwapBuffers ( ) : void
Résultat void

Swapbuffers() public méthode

public Swapbuffers ( ) : void
Résultat void