|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gExtendSeg
Syntax
[C/C++:]
void gExtendSeg(int nseg);
[F90:]
subroutine gExtendSeg(nseg)
integer, intent(in) :: nseg
Arguments
nseg
Picture segment number
Description
The routine gExtendSeg() reopens segment
nseg so that more drawing may be added to it. If segment
nseg does not exist, a gOpenSeg(nseg) is invoked.
On metafile output, gExtendSeg(nseg) is equivalent to gOpenSeg(nseg).
See Also
gExtendSeg UsagegOpenSeg