Synopsis
void ctl_gfx_fill_rectangle_xy(int x0,
                               int y0,
                               int x1,
                               int y1);
Description

ctl_gfx_fill_rectangle_xy fills a rectangle with opposite vertexes at at coordinates (x0, y0) and (x1, y1) using the current pen color.