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

         Draws a circle in graphic mode

    Syntax:

         gCircle ( nCenterX, nCenterY, nRadius, nColor ) -> Nil

         nCenterX : Coordinate X of center
         nCenterY : Coordinate Y of center
         nRadius  : Radius value
         nColor   : Numeric value colour

    Description:

         It draws a circle in graphic mode. The mode must be EGA or VGA.

    Return:

         Nothing.

    Example:

         gCircle ( 200, 300, 50, 2 )

See Also: gEllipse()

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