GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-bb27c0570b
cairodriver/box.c File Reference

GRASS cairo display driver - draw box. More...

#include "cairodriver.h"
Include dependency graph for cairodriver/box.c:

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...
 

Detailed Description

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.

Author
Lars Ahlzen <lars ahlzen.com> (original contributor)
Glynn Clements

Definition in file cairodriver/box.c.

Function Documentation

◆ Cairo_Box()

void Cairo_Box ( double  x1,
double  y1,
double  x2,
double  y2 
)

Draw a (filled) rectangle.

Parameters
x1,y1,x2,y2rectangle coordinates

Definition at line 22 of file cairodriver/box.c.