Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Description

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

Name

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

See Also

rectfill(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), ex3d(3alleg4), excamera(3alleg4)

Allegro                                           version 4.4.3                                    rect(3alleg4)

Synopsis

#include<allegro.h>voidrect(BITMAP*bmp,intx1,inty1,intx2,inty2,intcolor);

See Also