C# Class gbrainy.Core.Views.FinishView

Inheritance: IDrawable
Afficher le fichier Open project: GNOME/gbrainy Class Usage Examples

Private Properties

Свойство Type Description
DrawBand void
DrawBar void
DrawColumnBarGraphic void

Méthodes publiques

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

Private Methods

Méthode 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 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

FinishView() public méthode

public FinishView ( ITranslations translations, GameSession session ) : System
translations ITranslations
session gbrainy.Core.Main.GameSession
Résultat System