Project

General

Profile

Drawcopy » History » Version 4

Per Amundsen, 07/12/2016 12:27 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/drawcopy -himnrt <@window> [color] <x y w h> <@window> <x y [w h]>*
4
5
Copies part of a picture to a different position in the same window or to another window. If the second [w h] parameters are specified, the picture is stretched/squeezed to fit.
6
7
*Switches*
8
9 4 Per Amundsen
-h - Highlights the windows icon if it is minimized.
10 1 Per Amundsen
-i - TODO
11
-m - TODO
12
-n - Prevents the display from being updated immediately.
13 2 Per Amundsen
-r - Indicates that the color is in RGB format. You can use [[$rgb]](N,N,N) to create an RGB value.
14 1 Per Amundsen
-t - Indicates that you have specified the [color] RGB value as a transparent color in the source bitmap.
15
16
*Parameters*
17
18
<@window> - The picture window to copy from.
19
[color] - If -t is used, the RGB color used for transparency.
20
<x y w h> - Portion to of the source @window to copy.
21
<@window> - The picture window to copy to.
22
<x y [w h]> - The coordinate where to draw, if [w h] are specified, the picture is squeed/stretched to fit, they can be negative value to get a mirror effect.