Next:
draw-polygon
Up:
wx:canvas
Previous:
draw-lines
draw-point
Plots a single point using the current pen.
(send
a-wx:canvas
draw-point
x
y
)
->
void
x
:
inexact real
y
:
inexact real
PLT