From WikiChip
Difference between revisions of "mirc/commands/drawrot"
(Created page with "The '''/drawrot command''' rotates an area of a bitmap by the specified angle. == Synopsis == /drawrot -rhmnbfc <@win> [color] <angle> [x y w h] == Switches == * '''-b''' -...") |
m (Bot: Adding a template) |
||
Line 32: | Line 32: | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
+ | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:MIRC commands]] |
Revision as of 20:33, 3 July 2014
The /drawrot command rotates an area of a bitmap by the specified angle.
Synopsis
/drawrot -rhmnbfc <@win> [color] <angle> [x y w h]
Switches
- -b - indicates that you have specified the background color value
- -f - fits the newly rotated bitmap into the original width/height
- -c - centers the rotated image if -f is not specified
- -m - changes the stretch mode quality when the picture is resized
- -r - indicates that the color is in RGB format.
- -h - highlights the windows icon if it is minimized
- -n - prevents the display from being updated immediately
Parameters
- <@win> - the window's name
- [color] - the background color if -b is used
- <angle> - the angle of the rotation
- [x y w h] - the area to rotate
Example
None
Compatibility
Added: 5.3
Added On: 13/12/97
Note: Individual switches were not taken into consideration.
See also
mIRC commands list