![]() |
![]() |
![]() |
![]() |
GDstate_set_line_width
Synopsis
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.
![]() |
![]() |
![]() |
![]() |