C# Class gbrainy.Games.Logic.PuzzleMostInCommon

Inheritance: gbrainy.Core.Main.Game
显示文件 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
BuildFigure ( ArrayList array, ArrayList figures ) : FigureElement[]
DrawFigure ( CairoContextEx gr, double x, double y, FigureElement figure ) : void
DrawFigureElement ( CairoContextEx gr, double x, double y, FigureElement figure ) : void
RandomizeFromArray ( ArrayList ar ) : ArrayListIndicesRandom

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