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>fillarea()</b> g_exam25 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FILLAREA()                                                          G_EXAM25
   Fills an area on screen with a color and an optional pattern.

   Syntax
         FILLAREA(nX,nY,nColor,nBoundary [,nPattern])

   Arguments
         nX          Sets the absolute horizontal position.
         nY          Sets the absolute vertical position.
         nColor      Sets the palette color.
         nBoundary   Sets the boundary color.
         OPTIONAL PARAMETERS
         nPattern    Sets the pattern (0-10).

   Returns
         None

   Description
         FILLAREA() is a faster version of PAINTAREA(). It is also more
         flexible in that it can fill with a pattern. However, it cannot
         handle complex figures with islands or peninsulas.

         nX,nY specify the seed point, and must be inside the figure being
         filled. nColor is the color used to fill the figure and may be any
         color, including the nBoundary color. nBoundary is the color to the
         figure's border, or boundary.

   Note: FILLAREA() is not supported on HP plotters..

See Also: PAINTAREA()

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