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

GRASS png display driver - set window. More...

#include <math.h>
#include "pngdriver.h"
Include dependency graph for pngdriver/set_window.c:

Go to the source code of this file.

Functions

void PNG_Set_window (double t, double b, double l, double r)
 Set window.
 

Detailed Description

GRASS png display driver - set window.

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

Author
Per Henrik Johansen (original contributor)
Glynn Clements

Definition in file pngdriver/set_window.c.

Function Documentation

◆ PNG_Set_window()

void PNG_Set_window ( double  t,
double  b,
double  l,
double  r 
)

Set window.

Parameters
t,b,l,rtop, bottom, left, right

Definition at line 22 of file pngdriver/set_window.c.

References b, l, png, r, and t.

Referenced by PNG_Driver().