left-expression isn't
within
right-expression
Left-expression yields a point
or a rectangle
. Right-expression yields a rectangle
.
The isn't within
operator evaluates to true
if the rectangle
specified on the right of the operator does not contain the point
specified on the left, or does not intersect the rectangle
specified on the left. Otherwise, it evaluates to false
.
HyperTalk only supports testing for a point inside a rectangle. It does not support testing for the intersection of two rectangles.