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>fcircle()</b> g_exam02 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FCIRCLE()                                                           G_EXAM02
   Draws a circle with a given center and radius.

   Syntax
         FCIRCLE(nX,nY,nRadius,nColor)

   Arguments
         nX          Sets the absolute horizontal screen position.
         nY          Sets the absolute vertical screen position.
         nRadius     Sets the radius.
         nColor      Sets the palette color number.

   Returns
         None

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

   Description
         Draws a circle with a given center and radius. This function
         adjusts for the screen aspect ratio to draw a figure that appears
         to be a circle. The radius is assumed to be positive and along
         the X-axis.

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

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

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