C# Class GoF.Lexi.Application.Glyph

Afficher le fichier Open project: TheoAndersen/GoF.Lexi Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( Window window ) : void
Insert ( Glyph glyph ) : void

Method Details

Draw() public abstract méthode

public abstract Draw ( Window window ) : void
window GoF.Lexi.Application.GUI.Window
Résultat void

Insert() public méthode

public Insert ( Glyph glyph ) : void
glyph Glyph
Résultat void