C# 클래스 MemorySample, gbrainy

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

공개 메소드들

메소드 설명
DrawObjectToMemorize ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
DrawPossibleAnswers ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void

보호된 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
DrawObject ( CairoContextEx gr, int area_width, int area_height ) : void

메소드 상세

DrawObjectToMemorize() 공개 메소드

public DrawObjectToMemorize ( 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

DrawPossibleAnswers() 공개 메소드

public DrawPossibleAnswers ( 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

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void