|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gCloseDevice
Syntax
[C/C++:]
void gCloseDevice(void);
[F90:]
subroutine gCloseDevice
Arguments
None
Description
The routine gCloseDevice() terminates output to the currently nominated device.
If any further pictures are to be drawn, a device must be nominated prior to calling any further GINO routines.
If a new device is nominated without a previous call to gCloseDevice() or if gCloseGino() is called, output to the old device is terminated.
See Also
gCloseDevice UsagegCloseGinogSuspendDevice