GINO Graphics Suite - GINO v9.0  

gSaveGinoState

Syntax

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

Arguments

None

Description

The routine gSaveGinoState() saves the current setting of all the GINO attributes which can later be restored using the routine gRestoreGinoState(). The attributes are saved on a stack, so an application may make multiple calls to gSaveGinoState() before calling gRestoreGinoState().

The attributes saved include the following:

Device Limits

Linestyle and broken line tables and current settings

Hatch tables and current settings

Character and font settings

RGB table and current colour settings

Viewport parameters

Transformation and viewing settings

Rectangular/Polygonal clipping and masking limits

See Also

gSaveGinoState Usage
gRestoreGinoState