GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
htmldriver/box.c
Go to the documentation of this file.
1
#include "
htmlmap.h
"
2
3
void
HTML_Box
(
double
x1,
double
y1,
double
x2,
double
y2)
4
{
5
HTML_Begin
();
6
HTML_Move
(x1, y1);
7
HTML_Cont
(x1, y2);
8
HTML_Cont
(x2, y2);
9
HTML_Cont
(x2, y1);
10
HTML_Fill
();
11
}
12
htmlmap.h
HTML_Cont
void HTML_Cont(double x, double y)
Definition:
htmldriver/draw.c:18
HTML_Begin
void HTML_Begin(void)
Definition:
htmldriver/draw.c:8
HTML_Fill
void HTML_Fill(void)
Definition:
htmldriver/draw.c:28
HTML_Move
void HTML_Move(double x, double y)
Definition:
htmldriver/draw.c:13
HTML_Box
void HTML_Box(double x1, double y1, double x2, double y2)
Definition:
htmldriver/box.c:3
lib
htmldriver
box.c
Generated on Mon May 31 2021 05:21:28 for GRASS GIS 7 Programmer's Manual by
1.8.13