C# Class CalculationSample, gbrainy

Inheritance: Game
Afficher le fichier Open project: GNOME/gbrainy

Méthodes publiques

Méthode Description
CheckAnswer ( string answer ) : bool
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Method Details

CheckAnswer() public méthode

public CheckAnswer ( string answer ) : bool
answer string
Résultat bool

Draw() public méthode

public Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
gr gbrainy.Core.Main.CairoContextEx
area_width int
area_height int
rtl bool
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void