DrawLineSetWidth

Sets the line width for future draws. The width is relative to the user coordinates of the window; 0.0 denotes the natural width; 1.0 denotes the entire viewport.

Synopsis

int DrawLineSetWidth(Draw draw,double width)
Not collective

Input Parameters

draw - the drawing context
width - the width in user coordinates

Keywords

draw, line, set, width

See Also

DrawLineGetWidth()

Location: src/draw/interface/dlinew.c
Graphics (Draw) Index
Table of Contents