Rect.includedPos

Function/Meaning

Rectangle inclusion judgment

Type
Rectclassmethod of
Syntax
includedPos(x, y)
Arguments
x

Specify the X-axis coordinate value to be judged.

y

Specify the Y-axis coordinate value to be judged.

Return value

With or without inclusion

Explanation

Determines if the specified position is included.
If included, true is returned.
Right and bottom are judged in the range not included.