Property | Type | Description | |
---|---|---|---|
DrawOption | void | ||
GetOptionPrefix | string | ||
RandomizeOptions | void |
Method | Description | |
---|---|---|
CreateDrawingObjects ( DrawingObject drawing_objects ) : void | ||
DrawObjects ( CairoContextEx gr, DrawingObject drawing_objects, int option ) : void | ||
GameXmlDrawing ( |
||
GetOptionCorrectAnswerIndex ( ) : int |
Method | Description | |
---|---|---|
DrawOption ( object sender, |
||
GetOptionPrefix ( string str, int option ) : string | ||
RandomizeOptions ( DrawingObject drawing_objects, int randomized_options ) : void |
public CreateDrawingObjects ( DrawingObject drawing_objects ) : void | ||
drawing_objects | DrawingObject | |
return | void |
public DrawObjects ( CairoContextEx gr, DrawingObject drawing_objects, int option ) : void | ||
gr | CairoContextEx | |
drawing_objects | DrawingObject | |
option | int | |
return | void |
public GameXmlDrawing ( |
||
game_xml | ||
return | System |