Rect.includedPos
機能/意味
Rectangular inclusion judgment
タイプ
Rectクラス
のメソッド
構文
includedPos(
x
,
y
)
引数
x
Specify the X-axis coordinate value to be judged.
y
Specify the Y-axis coordinate value to be judged.
戻り値
Inclusion
説明
Determines whether to include the specified position.
If it contains, true is returned.
right and bottom are judged in the range not included.