GINO Graphics Suite - GINO v9.0  

gCloseSeg

Syntax

[C/C++:]
void gCloseSeg(void);
[F90:]
subroutine gCloseSeg

Arguments

None

Description

The routine gCloseSeg() closes the currently opened picture segment.

If no picture segment is open, an error is generated.

If a new picture segment is opened while a picture segment is open, or if a device is released while a picture segment is open, an internal call to gCloseSeg() is made by GINO.

See Also

gCloseSeg Usage