GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
psdriver/box.c
Go to the documentation of this file.
1
2
#include "
psdriver.h
"
3
4
void
PS_Box
(
double
x1,
double
y1,
double
x2,
double
y2)
5
{
6
output
(
"%f %f %f %f BOX\n"
, x1, y1, x2, y2);
7
}
psdriver.h
output
void output(const char *fmt,...)
Definition:
psdriver/graph_set.c:236
PS_Box
void PS_Box(double x1, double y1, double x2, double y2)
Definition:
psdriver/box.c:4
lib
psdriver
box.c
Generated on Mon May 31 2021 05:21:28 for GRASS GIS 7 Programmer's Manual by
1.8.13