C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Control Argument for Filled Figures
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Constant:  _GBORDER, _GFILLINTERIOR
 
  Include:   <graph.h>
 
  Context:   _ellipse, _rectangle, _polygon, _pie
 
  Synopsis:  Specifies whether the figure is to be filled.
 
     The constants and their corresponding actions are as follows:
 
     Constant           Action
 
     _GBORDER           Do not fill the figure
 
     _GFILLINTERIOR     Fill the figure, using a scanfill algorithm,
                        with the current color and fill mask
                                    -♦-