Function
transform-area transform x y width height => rectangle
A transform
A real number
A real number
A real number
A real number
A rectangle
transform-area function transforms the points (x y) and (x+width y+height) and returns the transformed rectangle as (x y width height) values.