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

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