C# Class gbrainy.Games.Logic.PuzzleLines

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
DrawLine ( CairoContextEx gr, double x, double y, double w, double h ) : 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