GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GRASS cairo display driver - set window. More...
#include "cairodriver.h"
Go to the source code of this file.
Functions | |
void | Cairo_Set_window (double t, double b, double l, double r) |
Set window. More... | |
GRASS cairo display driver - set window.
(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/set_window.c.
void Cairo_Set_window | ( | double | t, |
double | b, | ||
double | l, | ||
double | r | ||
) |
Set window.
t,b,l,r | top, bottom, left, right |
Definition at line 22 of file cairodriver/set_window.c.