DrawPointSetSize

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

Synopsis

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

Input Parameters

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

Note

Even a size of zero insures that a single pixel is colored.

Keywords

draw, point, set, size

See Also

DrawPoint()

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