Generic function
Returns the coordinates of the minimum and maximum of the rectangle.
rectangle-edges rectangle => x1 y1 x2 y2
<rectangle>.
<real>.
<real>.
<real>.
<real>.
duim-extended-geometryduim-extended-geometryReturns the coordinates of the minimum x and y and maximum x and y of the rectangle rectangle as four values, min-x, min-y, max-x, and max-y.
The argument min-x represents the x coordinate of the top left of the rectangle.
The argument min-y represents the y coordinate of the top left of the rectangle.
The argument max-x represents the x coordinate of the bottom right of the rectangle.
The argument max-y represents the y coordinate of the bottom right of the rectangle.
rectangle-max-position, page 108