GINO Graphics Suite - GINO v9.0  

gStartBatchUpdate

Syntax

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

Arguments

None

Description

The routine gStartBatchUpdate() is used to begin a batch of modifications to a display surface or display file. No changes will be displayed on the screen until the batch has been ended via gEndBatchUpdate().

If gStartBatchUpdate() is called while a batch of updates is in progress, GINO makes an internal call to gEndBatchUpdate().

See Also

gStartBatchUpdate Usage
gEndBatchUpdate