C# 클래스 gbrainy.Core.Views.FinishView

상속: IDrawable
파일 보기 프로젝트 열기: GNOME/gbrainy 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DrawBand void
DrawBar void
DrawColumnBarGraphic void

공개 메소드들

메소드 설명
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
FinishView ( ITranslations translations, GameSession session ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

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
리턴 void

FinishView() 공개 메소드

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