GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
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
}
HTML_Box
void HTML_Box(double x1, double y1, double x2, double y2)
Definition:
htmldriver/box.c:3
HTML_Begin
void HTML_Begin(void)
Definition:
htmldriver/draw.c:7
HTML_Move
void HTML_Move(double x, double y)
Definition:
htmldriver/draw.c:12
HTML_Cont
void HTML_Cont(double x, double y)
Definition:
htmldriver/draw.c:17
HTML_Fill
void HTML_Fill(void)
Definition:
htmldriver/draw.c:27
htmlmap.h
lib
htmldriver
box.c
Generated on Thu Nov 21 2024 07:03:25 for GRASS GIS 8 Programmer's Manual by
1.9.1