GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
Main Page
Related Pages
+
Data Structures
Data Structures
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
z
+
Enumerations
a
c
d
e
h
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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