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⇩ |
A real number. |
right⇩ |
A real number. |
bottom⇩ |
A real number. |
left2 |
A real number. |
top2 |
A real number. |
right2 |
A real number. |
bottom2 |
A real number. |
The function transform-rect
transforms the rectangle represented by the two points (left top) and (right bottom) by transform.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:02