
Next: draw-line
Up: wx:canvas
Previous: draw-arc
Draws an ellipse contained in a rectangle. The current pen is used
for the outline and the current brush for filling the shape.
- (send a-wx:canvas draw-ellipse x y width height) -> void
x : inexact real
y : inexact real
width : inexact real
height : inexact real
PLT