C# Class Demo.Framework.DemoApplication

Inheritance: IDisposable
Afficher le fichier Open project: fealty/Frost Class Usage Examples

Méthodes publiques

Méthode Description
DemoApplication ( ) : System
Dispose ( ) : void
Execute ( IDemoContext context ) : void

Private Methods

Méthode Description
DumpToPNGFiles ( IEnumerable surfaces ) : void
HandleClientSizeChanged ( object sender, EventArgs e ) : void
HandleKeyDown ( object sender, KeyEventArgs e ) : void
HandleKeyPress ( object sender, KeyPressEventArgs e ) : void
Run ( IDemoContext context ) : void

Method Details

DemoApplication() public méthode

public DemoApplication ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( IDemoContext context ) : void
context IDemoContext
Résultat void