C# Class Demo.SDF.Application

Inheritance: IDemoContext
Datei anzeigen Open project: fealty/Frost Class Usage Examples

Public Methods

Method Description
Application ( ) : System
Dispose ( ) : void
Reset ( Canvas target, Device2D device2D ) : void

Private Methods

Method Description
TestTest ( Sample s, Device2D device2D ) : void

Method Details

Application() public method

public Application ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Reset() public method

public Reset ( Canvas target, Device2D device2D ) : void
target Frost.Canvas
device2D Device2D
return void