$inroundrect » History » Version 3
Per Amundsen, 02/23/2023 01:50 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.4_ |
|---|---|---|---|
| 2 | |||
| 3 | *$inroundrect(x,y,x,y,w,h,w,h)* |
||
| 4 | |||
| 5 | 2 | Per Amundsen | Returns [[$true]] if the point x y (the first ones) is inside the specified rounded rectangle, otherwise [[$false]]. |
| 6 | 3 | Per Amundsen | |
| 7 | *Parameters* |
||
| 8 | |||
| 9 | table(ktable). |
||
| 10 | |*Parameter*|*Description*| |
||
| 11 | | x | The first X coordinate. | |
||
| 12 | | y | The first y coordinate. | |
||
| 13 | | x | The second X coordinate. | |
||
| 14 | | y | The second y coordinate. | |
||
| 15 | | w | The first width. | |
||
| 16 | | h | The first height. | |
||
| 17 | | w | The second width. | |
||
| 18 | | h | The second height. | |