Operators

isn't within

Supported By

Syntax

left-expression isn't within right-expression

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

Description

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.

Compatibility

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

Synonym

is not within

See Also

is within