Generic function
Returns the bounding box of a region.
box-edges region => left top right bottom
<region>.
<integer>.
<integer>.
<integer>.
<integer>.
duim-geometryduim-geometryReturns the bounding box of region as four integers specifying the x and y coordinates of the top left point and the x and y coordinates of the bottom right point of the box
The argument region must be either a bounded region (such as a line or an ellipse) or some other object that obeys the bounding box protocol, such as a sheet.
The four returned values left, top, right, and bottom will satisfy the inequalities
left <= right top <= bottom