




The function inside-rectangle returns t if the point (
x y
) is inside 
rectangle
. The 
rectangle
 is expected to be ordered; if the rectangle is specified by (
left top
 
right
 
bottom
), then 
left
 must be less than 
right
, and 
top
 must be less than 
bottom
. The lines y = bottom and x = right are not considered to be inside the rectangle.
CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017