GDIndex.gif Previous-2.gif Next-3.gif

GDstate_set_line_width- GD API


Synopsis

set the line width


void GDstate_set_line_width
(GDview *view,  int line_width)

Description

GDstate_set_line_width sets view 's line_width state.

line_width is a positive integer:

•      0 -- Sets the line width to 1 pixel and specifies that the renderer should use the fastest (although perhaps somewhat inaccurate) drawing algorithm.

•      1, 2, 3, ... -- Sets the line width to the specified number of pixels.

 



GDIndex.gif Previous-2.gif Next-3.gif