C# Class Demo.Framework.DemoApplication

Inheritance: IDisposable
Show file Open project: fealty/Frost Class Usage Examples

Public Methods

Method Description
DemoApplication ( ) : System
Dispose ( ) : void
Execute ( IDemoContext context ) : void

Private Methods

Method 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 method

public DemoApplication ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( IDemoContext context ) : void
context IDemoContext
return void