.TH vga_filled_rectangle() "" "" "VGA Function"
.PC "Draw a filled rectangle"
.B "#include <vga.h>"
\fBvoid vga_filled_rectangle(\fIllx\^\fB, \fIlly\^\fB, \fIurx\^\fB, \fIury\^\fB, \fIcolor\^\fB)\fR
\fBint \fIllx\^\fB, \fIlly\^\fB, \fIurx\^\fB, \fIury\^\fB, \fIcolor\^\fB;\fR
.PP
Function
.B vga_filled_rectangle()
draws a filled rectangle.
.I urx
and
.I ury
marks the upper-right corner of the rectangle;
.I llx
and
.I lly
marks its lower-left corner.
It fills the rectangle with
.IR color .
.SH "See Also"
.B
libvga,
vga_filled_circle()
.R
