
Next: draw-rounded-rectangle
Up: wx:dc
Previous: draw-polygon
Draws a rectangle. The current pen is used for the outline and the current brush for
filling the shape.
- (send a-wx:dc draw-rectangle x y width height) -> void
x : inexact real
y : inexact real
width : inexact real
height : inexact real
PLT