|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-55de52a352
|
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. | |
GRASS png display driver - draw box.
SPDX-FileCopyrightText: 2003-2014 Per Henrik Johansen SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file pngdriver/box.c.
Draw a (filled) rectangle.
| fx1,fy1,fx2,fy2 | rectangle coordinates |
Definition at line 22 of file pngdriver/box.c.
Referenced by PNG_Driver(), and PNG_Point().