GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
GRASS cairo display driver - draw box. More...
#include "cairodriver.h"
Go to the source code of this file.
Functions | |
void | Cairo_Box (double x1, double y1, double x2, double y2) |
Draw a (filled) rectangle. More... | |
GRASS cairo display driver - draw box.
(C) 2007-2008 by Lars Ahlzen and the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file cairodriver/box.c.
void Cairo_Box | ( | double | x1, |
double | y1, | ||
double | x2, | ||
double | y2 | ||
) |
Draw a (filled) rectangle.
x1,y1,x2,y2 | rectangle coordinates |
Definition at line 22 of file cairodriver/box.c.