GRASS 8 Programmer's Manual 8.6.0dev(2026)-55de52a352
Loading...
Searching...
No Matches
point.c File Reference

GRASS png display driver - draw point. More...

#include <grass/gis.h>
#include "pngdriver.h"
Include dependency graph for point.c:

Go to the source code of this file.

Functions

void PNG_Point (double x, double y)
 Draw point.
 

Detailed Description

GRASS png display driver - draw point.

SPDX-FileCopyrightText: 2007-2014 Glynn Clements SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Glynn Clements

Definition in file point.c.

Function Documentation

◆ PNG_Point()

void PNG_Point ( double  x,
double  y 
)

Draw point.

Definition at line 19 of file point.c.

References PNG_Box(), and x.

Referenced by PNG_Driver().