DrawPoint

Draws a point onto a drawable.

Synopsis

#include "draw.h" 
int DrawPoint(Draw draw,PetscReal xl,PetscReal yl,int cl)
Not collective

Input Parameters

draw - the drawing context
xl,yl - the coordinates of the point
cl - the color of the point

Keywords

draw, point

See Also

DrawPointSetSize()

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