From WikiChip
Difference between revisions of "mirc/commands/drawsize"
(Created page with "{{mirc title|/drawsize Command}} The '''/drawsize command''' extend the bitmap size of a picture window. == Synopsis == /drawsize <@win> <w> <h> == Switches == None == Par...") |
(No difference)
|
Revision as of 17:21, 14 August 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /drawsize command extend the bitmap size of a picture window.
Synopsis
/drawsize <@win> <w> <h>
Switches
None
Parameters
- <w> - new width
- <h> - new height
Note: 1) a bitmap cannot be sized to less than the largest point that has been drawn on it (which can be reset with /clear)
2) once a size has been set, changing the window size will not resize it to less than the set size.
Compatibility
Added: mIRC v7.48
Added on: 15 Apr 2017
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
- List of commands
- List of identifiers
- $window
- $click
- $mouse
- $inellipse
- $inrect
- $inroundrect
- $inpoly
- $onpoly
- $rgb
- $getdot
- $height
- /drawcopy
- /drawfill
- /drawline
- /drawpic
- /drawrect
- /drawreplace
- /drawsave
- /drawscroll
- /drawtext
mIRC commands list