Rect.included

Function/Meaning

Rectangle inclusion judgment

Type
Rectclassmethod of
Syntax
included(r)
Arguments
r

Specify the rectangular object to be included.

Return value

With or without inclusion

Explanation

Determines if the specified rectangular object is included.
If included, true is returned.
If even one side is outside, it is judged that it is not included.