Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>fbox()</b> g_exam07 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FBOX()                                                              G_EXAM07
   Draws a box between two points.

   Syntax
         FBOX(nX1,nY1,nX2,nY2,nColor)

   Arguments
         nX1         Left absolute horizontal position
         nY1         Top absolute vertical position
         nX2         Right absolute horizontal position
         nY2         Bottom absolute vertical position
         nColor      palette color

   Description
         FBOX() draws a box between the two points X1,Y1 and X2,Y2. The box
         can be filled with a solid or pattern with PAT_SETFIL().

         FLP_CAP can be used in place of nX,nY to draw the circle at the
         current active point.

         FLP_STEP can be used to draw the line relative to the CAP or
         relative to a starting position.

See Also: FLINE() PAT_SETFIL() PLINE()

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