|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gEnqFillAttribs
Syntax
[C/C++:]
void gEnqFillAttribs(int *fill, int *line, int *inv);
[F90:]
subroutine gEnqFillAttribs(fill, line, inv)
integer, intent(out) :: fill,line,inv
Arguments
fill
Global area fill style
line
Global area fill line style
inv
Global area fill inverse flag
Description
The routine gEnqFillAttribs() returns the current settings of the global area fill attributes as set by the routine gSetFillAttribs().
See Also
gEnqFillAttribs UsagegSetFillAttribs