C# Class NewTOAPIA.GL.GLApplication

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
GLApplication ( string title ) : System
GLApplication ( string title, Rectangle windowFrame ) : System
GLApplication ( string title, Rectangle windowFrame, bool doubleBuffer ) : System
Run ( GLModel aModel ) : int

Private Methods

Méthode Description
RunLoop ( ) : int

Method Details

GLApplication() public méthode

public GLApplication ( string title ) : System
title string
Résultat System

GLApplication() public méthode

public GLApplication ( string title, Rectangle windowFrame ) : System
title string
windowFrame System.Drawing.Rectangle
Résultat System

GLApplication() public méthode

public GLApplication ( string title, Rectangle windowFrame, bool doubleBuffer ) : System
title string
windowFrame System.Drawing.Rectangle
doubleBuffer bool
Résultat System

Run() public méthode

public Run ( GLModel aModel ) : int
aModel GLModel
Résultat int