C# Class gbrainy.Games.Logic.PuzzleLargerShape

Inheritance: gbrainy.Core.Main.Game
Mostrar archivo Open project: GNOME/gbrainy

Public Methods

Method Description
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
ColorForPortion ( char portion ) : Color
DrawLShape ( CairoContextEx gr, double x, double y ) : void
DrawPossibleAnswer ( CairoContextEx gr, double x, double y, char portions, int figure, int seq ) : void
DrawSquare ( CairoContextEx gr, double x, double y ) : void

Method Details

Draw() public method

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
return void

Initialize() protected method

protected Initialize ( ) : void
return void