Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_circle()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_CIRCLE()


Syntax:        L_CIRCLE(<expN1>,<expN2>,<expN3>,<expN4>)


Purpose:       To draw a circle on the screen at the specified
               coordinates in the specified color.


Arguments:     <expN1> is the x co-ordinate of the centre of the
               circle.


               <expN2> is the y co-ordinate of the centre.

               <expN3> is the radius of the circle.

               <expN4> is the color code number
               (CGA range 0 - 3, EGA/VGA range 0 - 15)


Returns:       Nothing.


Examples:      L_GMODE(4)
               L_CIRCLE(100,160,10,2)


Language:      C

See Also: L_GMODE() L_BOX() L_BOXFIL() L_CIRCLF() L_GRID()

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