Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

ExtCircleC(X, Y, Radius, Color)

Draws a circle centered at X, Y using the specified radius, current values of aspect ratio and the specified color.

See the SetAspect function for a complete description of the aspect ratio.

Parameters

X - Horizontal center of circle
Y - Vertical center of circle
Radius - Radius of circle
Color - Color of circle

Examples

BASIC

CALL ExtCircleC(160, 100, 75, 1)

PASCAL

ExtCircle(160, 100, 75, 1);