Operators

is not within

Supported By

Syntax

left-expression is not within right-expression

Left-expression yields a point or a rectangle. Right-expression yields a rectangle.

Description

The is not 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.

Compatibility

HyperTalk only supports testing for a point inside a rectangle. It does not support testing for the intersection of two rectangles.

See Also

is within