Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_boxfil()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_BOXFIL()


Syntax:        L_BOXFIL(<expN1>,<expN2>,<expN3>,<expN4>, <expN5>)


Purpose:       To draw a solid box on the screen at the specified
               coordinates in the specified color.


Arguments:     <expN1> is the x co-ordinate of the upper left corner
               of the box.

               <expN2> is the y co-ordinate of the upper left corner.

               <expN3> is the x co-ordinate of the lower right corner.

               <expN4> is the y co-ordinate of the lower right corner.

               <expN5> is the color code number
               (CGA range 0 - 3, EGA/VGA range 0 - 15)


Returns:       Nothing.


Usage:         L_BOXFIL() is useful for drawing blocks of colour on
               the screen perhaps to use as a background for text
               created using L_STROKE().


Examples:      L_GMODE(4)
               L_BOXFIL(90,150,110,170,1)



Language:      C

See Also: L_GMODE() L_BOX() L_CIRCLE() L_CIRCLF() L_GRID()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson