GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
htmldriver/box.c
Go to the documentation of this file.
1#include "htmlmap.h"
2
3void HTML_Box(double x1, double y1, double x2, double y2)
4{
6 HTML_Move(x1, y1);
7 HTML_Cont(x1, y2);
8 HTML_Cont(x2, y2);
9 HTML_Cont(x2, y1);
10 HTML_Fill();
11}
void HTML_Box(double x1, double y1, double x2, double y2)
void HTML_Begin(void)
void HTML_Move(double x, double y)
void HTML_Cont(double x, double y)
void HTML_Fill(void)