C# Class Demo.Formatting.Application

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
KeyPressed ( char keyCharacter ) : bool
Reset ( Canvas target, Device2D device2D ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KeyPressed() public méthode

public KeyPressed ( char keyCharacter ) : bool
keyCharacter char
Résultat bool

Reset() public méthode

public Reset ( Canvas target, Device2D device2D ) : void
target Frost.Canvas
device2D Device2D
Résultat void