C# Class gbrainy.Games.Logic.PuzzleNextFigure

Inheritance: gbrainy.Core.Main.Game
Afficher le fichier Open project: GNOME/gbrainy

Méthodes publiques

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

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode Description
DrawDiamon ( CairoContextEx gr, double x, double y, CerclePosition circles ) : void

Method Details

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