DrawLineGetWidth

Gets 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 interior viewport.

Synopsis

#include "draw.h" 
int DrawLineGetWidth(Draw draw,PetscReal *width)
Not collective

Input Parameter

draw -the drawing context

Output Parameter

width -the width in user coordinates

Notes

Not currently implemented.

Keywords

draw, line, get, width

See Also

DrawLineSetWidth()

Level:advanced
Location:src/sys/src/draw/interface/dlinegw.c
Graphics (Draw) Index
Table of Contents