Generic function
Draws a single point at the specified position.
draw-point drawable x y => ()
draw-point* drawable point => ()
The following arguments are specific to draw-point.
The following argument is specific to draw-point*.
<transform>.
duim-graphics
duim-graphics
Draws a single point on drawable at (x,y).
The function draw-point* is identical to draw-point, except that it passes composite objects, rather than separate coordinates, in its arguments. You should be aware that using this function may lead to a loss of performance.