To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
GRAPHICS - Makes the graphics screen visible or invisible.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
GRAPHICS
Makes the graphics screen visible or invisible.
GRAPHICS { ON | OFF }
Usage:
GRAPHICS ON
IF No_show THEN GRAPHICS OFF
Example:
GRAPHICS.BAS
Description:
GRAPHICS ON
makes the graphics screen visible;
GRAPHICS OFF
makes it invisible.
GRAPHICS ON/OFF
has no effect when
ALPHA
and
GRAPHICS
are
MERGE
d.
SEPARATE ALPHA FROM GRAPHICS
must be executed before this statement has any effect.
See Also:
ALPHA
,
GCLEAR
,
MERGE ALPHA WITH GRAPHICS
,
PLOTTER IS
,
SEPARATE ALPHA FROM GRAPHICS