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

GDstate_set_line_style- GD API


Synopsis

set the line-style


void GDstate_set_line_style
(GDview *view,  int line_style)

Description

GDstate_set_line_style sets view 's line_style state.

line_style can be any of the following:

•      0 -- Draws solid lines. You can specify the symbolic constant GD_PROPS_LINE_SOLID.

•      1 -- Draws dashed lines. You can specify the symbolic constant GD_PROPS_LINE_DASHED.

•      2 - Draws dotted lines. You can specify the symbolic constant GD_PROPS_LINE_DOTTED.

•      3 - Draws dashed-dotted lines. You can specify the symbolic constant GD_PROPS_LINE_DASHDOT.

 



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