logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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