ML_RECTANGLE(3) =============== Thomas "Cakeisalie5" Touhey :Email: thomas@touhey.fr :man source: libmonochrome :man manual: libmonochrome manual NAME ---- ML_rectangle - Rectangle drawing function from libmonochrome SYNOPSIS -------- [source,c] ---- #include void ML_rectangle(int x1, int y1, int x2, int y2, int border_width, ML_Color border_color, ML_Color fill_color); ---- DESCRIPTION ----------- Draws a rectangle with or without border on the VRAM. SEE ALSO -------- *libmonochrome*(3), *ML_display_vram*(3), *ML_color*(3)