[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     NAME: GetFillSettings

     USE: The current fill pattern and fill color is returned through
          this procedure.  It returns a variable of type FillSettingsType.

                        FillSettingsType = Record
                           Pattern : Word;
                           Color   : Word;
                        end;

     DEPENDENCY:  Must first be in graphics mode.  The unit Graph
                  must also be placed in the uses section.

     SYNTAX:  GetFILLSettings(Var FillInfoValue : FillSettingsType)

See Also: FillPoly SetFillStyle SetFillPattern
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson