Generic function
Applies the transform to the rectangle specified by the four coordinate arguments.
transform-box transform x1 y1 x2 y2 => left top right bottom
<transform>.
<real>.
<real>.
<real>.
<real>.
<real>.
<real>.
<real>.
<real>.
duim-geometryduim-geometry Applies the transform transform to the rectangle specified by the four coordinate arguments. transform-box is the spread version of transform-region in the case where the transform is rectilinear and the region is a rectangle.
The arguments x1, y1, x2, and y2 are canonicalized and the four return values specify the minimum and maximum points of the transformed rectangle in the order left, top, right, and bottom.
An error is signalled if transform does not satisfy rectilinear-transform?.