set-rounded-rectangle in region%
Sets the region to the interior of the specified rounded rectangle.
See also
draw-rounded-rectangle in dc<%>, since the region content is determined the same way as brush-based
filling in a dc<%>.
The result is reliable for both unsmoothed and smoothed drawing. For
smoothed drawing, the region corresponds to a clockwise path with a
'winding fill. The region is also atomic for the
purposes of region combination.
(-> voidsenda-regionset-rounded-rectanglexywidthheightradius)
x: real number
y: real number
width: non-negative real number
height: non-negative real number
radius=-0.25: real numberRestrictions on the magnitude of drawing coordinates are described with
dc<%>.