1circle(3)                       Allegro manual                       circle(3)
2
3
4

NAME

6       circle - Draws a circle. Allegro game programming library.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       void circle(BITMAP *bmp, int x, int y, int radius, int color);
13

DESCRIPTION

15       Draws a circle with the specified centre and radius.
16
17

SEE ALSO

19       ellipse(3),   arc(3),   circlefill(3),  do_circle(3),  drawing_mode(3),
20       makecol(3), ex12bit(3), exblend(3),  excustom(3),  exjoy(3),  exmem(3),
21       exmouse(3), exquat(3), exsprite(3)
22
23
24
25Allegro                          version 4.4.3                       circle(3)
Impressum