1rect(3) Allegro manual rect(3)
23
4
NAME
6rect - Draws an outline rectangle. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void rect(BITMAP *bmp, int x1, int y1, int x2, int y2, int color);
13
DESCRIPTION
15Draws an outline rectangle with the two points as its opposite corners.
1617
SEE ALSO
19rectfill(3), drawing_mode(3), makecol(3), ex3d(3), excamera(3)
2021
22
23
Allegro version 4.4.3 rect(3)