is not within | ||||||||||
Type | operator | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Evaluates to true if a point is outside the specified rectangle, false if it is inside. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: point Operator: is within Function: within Glossary: evaluate, operator | |||||||||
Description | Use the is not within operator to determine whether a point is outside a rectangle. The is not within operator is the logical inverse of the is within operator. When one is true, the other is false. | |||||||||
Tags | ui |