GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
GRASS png display driver - draw box. More...
Go to the source code of this file.
Functions | |
void | PNG_Box (double fx1, double fy1, double fx2, double fy2) |
Draw a (filled) rectangle. More... | |
GRASS png display driver - draw box.
(C) 2003-2014 by Per Henrik Johansen 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 pngdriver/box.c.
void PNG_Box | ( | double | fx1, |
double | fy1, | ||
double | fx2, | ||
double | fy2 | ||
) |
Draw a (filled) rectangle.
fx1,fy1,fx2,fy2 | rectangle coordinates |
Definition at line 24 of file pngdriver/box.c.
Referenced by PNG_Point().