Project

General

Profile

Drawrot » History » Version 8

Per Amundsen, 12/21/2018 11:17 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/drawrot -hmnbfc <@window> [color] <angle> [x y w h]*
4
5
Rotates an area of a bitmap by the specified angle.
6
7
*Switches*
8
9 8 Per Amundsen
-h - Highlights the window if it is minimized.
10 5 Per Amundsen
-m - Changes the stretch mode quality when the picture is resized.
11
-n - Prevents the display from being updated immediately.
12 6 Per Amundsen
-b - Indicates that you have specified the background color value. (The [color] is always in [[$rgb]] format)
13 4 Per Amundsen
-f - TODO
14 2 Per Amundsen
-c - Centers the rotated image if -f is not specified.
15 1 Per Amundsen
16
*Parameters*
17
18
<@window> - Name of the window to rotate.
19
[color] - The background color to use if -b is defined.
20
<angle> - The angle of the rotation.
21
[x y w h] - The area to rotate.