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_clos()</b> c_exam7a http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FOVAL_CLOS()                                                        C_EXAM7a
   Draws a closed elliptical arc with a given center and radius.

   Syntax
         FOVAL_CLOS(nX,nY,nXRadius,nYRadius,nStartAngle,nEndWidth,nColor)

   Arguments
         nX             Absolute horizontal screen position.
         nY             Absolute vertical screen position.
         nXRadius       Horizontal radius.
         nYRadius       Vertical radius.
         nStartAngle    Starting angle in tenths of degrees. (0-3600)
         nEndWidth      Angle width in tenths of degrees. (0-3600)
         nColor         Palette color number. (0-15)

   Returns
         None

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

   Description
         FOVAL_CLOS() draws a closed elliptical arc with a given center and
         radius. The arc can be filled with a solid or pattern with
         PAT_SETFIL(). The ends of the arc are closed with a line.

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

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