From WikiChip
Difference between revisions of "mirc/commands/drawline"
m (PatrolBot moved page /drawline command - mIRC to mirc/commands/drawline: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/drawline Command}}{{mIRC menu}} |
The '''/drawline command''' draws a line from the first <x y> coordinate to the second, if more coordinates are specified, the line is continued. | The '''/drawline command''' draws a line from the first <x y> coordinate to the second, if more coordinates are specified, the line is continued. | ||
Revision as of 04:08, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Template:mIRC menu The /drawline command draws a line from the first <x y> coordinate to the second, if more coordinates are specified, the line is continued.
Synopsis
/drawline -ihnr <@win> <color> <size> <x y> <x y> [<x y>...]
Switches
- -i - draws in inverse mode
- -h - highlights the windows icon if it is minimized
- -n - prevents the display from being updated immediately
- -r - indicates that the color is in RGB format
Parameters
- <@win> - the window's name
- <color> - the color of the line
- <size> - the size of the line (thickness)
- <x y> - the first point
- <x y> - the second point
- [<x y>...] - if you gives more points, it will draw a line from the previous point to that point
Example
None
Compatibility
Added: 5.3
See also
mIRC commands list