C
void InitGraph();
Overview
This function initializes the display controller, sets the line type to SOLID_LINE, sets the screen to all BLACK, sets the current drawing color to WHITE, sets the graphic cursor position to upper left corner of the screen, sets active and visual pages to page #0, clears the active page and disables clipping. This function should be called before using the Graphics Primitive Layer.
Returns
none
Preconditions
none
Side Effects
none