From WikiChip
$inroundrect Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$inroundrect returns $true if the specified point is inside the specified rounded rectangle, $false otherwise
Synopsis
$inroundrect(x1,y1,x,y,w,h,w1,h1)
Paramters
- x1 - the x coordinate of the point
- y1 - the y coordinate of the point
- x - the x coordinate of the rectangle
- y - the y coordinate of the rectangle
- w - the width of the rectangle
- h - the height of the rectangle
- w1 - the width of the rounded part for the rectangle
- h1 - the height of the rounded part of the rectangle
Properties
None
Example
//echo -a $inroundrect(50,50,10,10,100,100,5,5)
Compatibility
Added: mIRC v6.17
Added on: 17 Feb 2006
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.