Returns the transform of two points representing the top-left and bottom-right of a rectangle.
graphics-ports
transform-rect transform left top right bottom => left2 top2 right2 bottom2
transform
A transform.
left
A real number.
top
right
bottom
left2
top2
right2
bottom2
The transform-rect function transforms the rectangle represented by the two points ( left top ) and ( right bottom ) by transform .
transform-rect