TOC PREV NEXT INDEX

GDstate_set_line_style

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.


TOC PREV NEXT INDEX