GINO Graphics Suite - GINO v9.0  

gEnqSegFillAttribs

Syntax

[C/C++:]
void gEnqSegFillAttribs(int nseg, int *fill, int *line, int *inv);
[F90:]
subroutine gEnqSegFillAttribs(nseg, fill, line, inv)

integer, intent(in) :: nseg
integer, intent(out) :: fill,line,inv

Arguments

nseg
Picture segment number

fill
Segment fill style

line
Segment fill line style

inv
Segment fill inverse flag

Description

The routine gEnqSegFillAttribs() returns the current settings of the segmentl area fill attributes for segment nseg, as determined from the global settings when the segment was created, or as subsequently set by the routine gSetSegFillAttribs() for that segment.

See Also

gEnqSegFillAttribs Usage
gSetSegFillAttribs