DrawPoint

Draws a point onto a drawable.

Synopsis

int DrawPoint(Draw draw,double xl,double 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