C# Class gbrainy.Core.Views.FinishView

Inheritance: IDrawable
Show file Open project: GNOME/gbrainy Class Usage Examples

Private Properties

Property Type Description
DrawBand void
DrawBar void
DrawColumnBarGraphic void

Public Methods

Method Description
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
FinishView ( ITranslations translations, GameSession session ) : System

Private Methods

Method Description
DrawBand ( CairoContextEx gr, double x, double y ) : void
DrawBar ( CairoContextEx gr, double x, double y, double w, double h, double percentage ) : void
DrawColumnBarGraphic ( 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

FinishView() public method

public FinishView ( ITranslations translations, GameSession session ) : System
translations ITranslations
session gbrainy.Core.Main.GameSession
return System