From WikiChip
$inellipse Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$inellipse returns $true if the specified point is inside the specified ellipse, $false otherwise
Synopsis
$inellipse(x1,y1,x,y,w,h)
Paramters
- x1 - the x coordinate of the point
- y1 - the y coordinate of the point
- x - the x coordinate of the ellipse
- y - the y coordinate of the ellipse
- w - the width of the ellipse
- h - the height of the ellipse
Properties
None
Example
//echo -a $inellipse(50,50,10,10,100,100)
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.