Project

General

Profile

Actions

Drawpic » History » Revision 1

Revision 1/12 | Next »
Per Amundsen, 07/12/2016 12:37 AM


/drawpic -ihmnotsclgN <@window> [color] <x y [w h]> [x y w h] [N] <filename>

Switches

-t - Indicates that you have specified the [color] RGB value as a transparent color in the specified bitmap.
-s - Indicates that you have specified the first [w h] parameters to squeeze/stretch the bitmap.
-c - TODO
-l - Tiles the picture.
-m - TODO
-o - Indicates that you have specified the [N] value before the filename, representing the index of the icon in the file.
-gN - TODO
-i - TODO
-h - Highlights the windows icon if it is minimized.
-n - Prevents the display from being updated immediately.

Parameters

<@window> - The window name to draw.
[color] - If -t is used, the RGB color used for transparency.
<x y [w h]> - The x y coordinates where you want to draw, if -s is used, [w h] is the width/height that will be used to squeeze/stretch the bitmap.
[x y w h] - The area in the picture to be drawn.
[N] - If -o is used, the index number of the picture in the file.
<filename> - The filename for the picture.

Updated by Per Amundsen over 7 years ago · 1 revisions

Also available in: PDF HTML TXT