GRASS Programmer's Manual  6.4.4(2014)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
pngdriver/Line_width.c
Go to the documentation of this file.
1 #include "pngdriver.h"
2 
4 
6 {
7  linewidth = (width < 0 ? 0 : width);
8 }
tuple width
void PNG_Line_width(int width)
int linewidth