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


Syntax:     b_box(<expN1>,<expN2>,<expN3>,<expN4>,<expN5>,
                  <expN6>,<expN7>,<expN8>,<expN9>,<expN10>)

Purpose:    Draw a box with shadow and fill color

Arguments:  <expN1>  is the top

            <expN2>  is the left

            <expN3>  is the bottom

            <expN4>  is the right

            <expN5>  is the foreground color

            <expN6>  is the background color

            <expN7>  is the blink attribute

            <expN8>  is the intensity attribute

            <expN9>  is the fill attribute

            <expN10> is the shadow attribute


Returns:    Nothing

Note:       <expN7> thru <expN10> are to be set to 0 or 1

Library:    MICROSYS.LIB


----------------------------------- Example ----------------------------------

   b_box(10,10,20,50,15,1,0,1,1,1)

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