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

NAME

6       rect - Draws an outline rectangle. Allegro game programming library.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       void rect(BITMAP *bmp, int x1, int y1, int x2, int y2, int color);
13

DESCRIPTION

15       Draws an outline rectangle with the two points as its opposite corners.
16
17

SEE ALSO

19       rectfill(3), drawing_mode(3), makecol(3), ex3d(3), excamera(3)
20
21
22
23Allegro                          version 4.2.2                         rect(3)
Impressum