|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gSetSegFillAttribs
Syntax
[C/C++:]
void gSetSegFillAttribs(int nseg, int fill, int line, int inv);
[F90:]
subroutine gSetSegFillAttribs(nseg, fill, line, inv)
integer, intent(in) :: nseg
integer, intent(in) :: fill,line,inv
Arguments
nseg
Picture segment number
fill
Segment fill style
|
= 1 - 256, |
Fill style index (hardware fill) or hatch style index (software fill) |
|
> 256, |
Fill style index (hardware fill) or solid fill (software fill) |
line
Segment fill line style
|
= GCURRENT, |
Current line style |
|
= 1 - 256, |
Line style index |
|
> 256, |
Current line style |
inv
Segment inverse fill flag
|
= GINVERSE, |
Fill all but polygons (inverse fill) |
Description
The routine gSetSegFillAttribs() changes the current settings of the segment area filling attributes for segment
nseg and then redraws that segment.
See Also
gSetSegFillAttribs UsagegEnqSegFillAttribsgSetFillAttribs