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>foval()</b> g_exam07 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FOVAL()                                                             G_EXAM07
   Draws an ellipse with a given center and radius.

   Syntax
         FOVAL(nX,nY,nXRadius,nYRadius,nColor)

   Arguments
         nX          Absolute horizontal screen position.
         nY          Absolute vertical screen position.
         nXRadius    X axis length
         nYRadius    Y axis length
         nColor      Palette color number. (0-15)

   Returns
         None

   Note: ATX() and ATY() can be used to position the ellipse.

   Description
         FOVAL() draws an ellipse centered at nX,nY. The nXradius and
         nYradius are the lengths along each axis. The oval can be filled
         with a solid or pattern with PAT_SETFIL().

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

See Also: FCIRCLE() FCIRCL_ARC() FCIRC_CLOS() FOVAL_ARC() FOVAL_CLOS()

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