|
CloseGraph
----------------------------------------------------------------
Declaration:
procedure CloseGraph;
Example:
CloseGraph;
Purpose:
When you are finished using the graphics system, call CloseGraph to shut
down the graphics system and return the screen to text mode operation.
CloseGraph frees up all memory allocations used by the graphics system for
drivers, fonts and temporary space. To reuse graphics after calling
CloseGraph, you must again call InitGraph. If you only wish to temporarily
switch to text mode, call RestoreCrtMode instead. Then, to switch back to
graphics, call SetGraphMode.
See InitGraph, RestoreCrtMode, SetGraphMode
Add by Pancho
You can edit it here
|
|
Adding comments is available only for registered users.
|
|
PycckaR BepcuR
Articles

Library

Downloads

|