C# Class NewTOAPIA.GL.GLApplication

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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

Method Description
RunLoop ( ) : int

Method Details

GLApplication() public method

public GLApplication ( string title ) : System
title string
return System

GLApplication() public method

public GLApplication ( string title, Rectangle windowFrame ) : System
title string
windowFrame System.Drawing.Rectangle
return System

GLApplication() public method

public GLApplication ( string title, Rectangle windowFrame, bool doubleBuffer ) : System
title string
windowFrame System.Drawing.Rectangle
doubleBuffer bool
return System

Run() public method

public Run ( GLModel aModel ) : int
aModel GLModel
return int