C# 클래스 gbrainy.Core.Main.PdfExporter

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

Private Properties

프로퍼티 타입 설명
GenerateAnswers void
GenerateQuestions void

공개 메소드들

메소드 설명
GeneratePdf ( Game games, int games_page, string file ) : bool
PdfExporter ( ITranslations translations ) : System

비공개 메소드들

메소드 설명
GenerateAnswers ( CairoContextEx cr, Game games, int columns, int rows ) : void
GenerateQuestions ( CairoContextEx cr, Game games, int columns, int rows ) : void

메소드 상세

GeneratePdf() 공개 메소드

public GeneratePdf ( Game games, int games_page, string file ) : bool
games Game
games_page int
file string
리턴 bool

PdfExporter() 공개 메소드

public PdfExporter ( ITranslations translations ) : System
translations ITranslations
리턴 System