From WikiChip
Difference between revisions of "mirc/commands/drawscroll"
m (PatrolBot moved page /drawscroll command - mIRC to mirc/commands/drawscroll: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/drawscroll Command}}{{mIRC menu}} |
The '''/drawscroll command''' scrolls the region inside the specified rectangle | The '''/drawscroll command''' scrolls the region inside the specified rectangle | ||
Revision as of 04:09, 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 /drawscroll command scrolls the region inside the specified rectangle
Synopsis
/drawscroll -hn <@win> <x> <y> <x y w h> [<x> <y> <x y w h>...]
Switches
- -h - highlights the windows icon if it is minimized
- -n - prevents the display from being updated immediately
Parameters
- <@win> - the window's name
- <x> - the number of pixel to scroll on the x axis
- <y> - the number of pixel to scroll on the y axis
- <x y w h> - the region to scroll
- [<x> <y> <x y w h>...] - You can specify multiple scrolls of different regions with one command.
Example
Compatibility
Added: 5.3
See also
mIRC commands list