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