Generic function
Draws a sequence of rectangles at the specified positions.
draw-rectangles drawable coord-seq #key filled? => ()
draw-rectangles* drawable points #key filled? => ()
type-union(<sheet>, <medium>).
<boolean>. Default value: #t.
The following argument is specific to draw-rectangles.
limited(<sequence>, of: <coordinate>).
The following argument is specific to draw-rectangles*.
limited(<sequence>, of: <point>).
duim-graphics
duim-graphics
Draws a sequence of rectangles on drawable with left and right corners at the specified positions, using the current pen. Dashed lines start dashing at the starting point of the first segment of each rectangle.
If filled? is #t then the rectangles will be filled, using the current brush.
The function draw-rectangles* is identical to draw-rectangles, 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.