From WikiChip
Difference between revisions of "mirc/commands/drawdot"
m (Bot: Fixing links) |
m (Bot: Fixing links) |
||
Line 30: | Line 30: | ||
* [[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|$window}} |
− | * | + | * {{mIRC|$click}} |
− | * | + | * {{mIRC|$mouse}} |
− | * | + | * {{mIRC|$inellipse}} |
− | * | + | * {{mIRC|$inrect}} |
− | * | + | * {{mIRC|$inroundrect}} |
− | * | + | * {{mIRC|$inpoly}} |
− | * | + | * {{mIRC|$onpoly}} |
− | * | + | * {{mIRC|$rgb}} |
− | * | + | * {{mIRC|$getdot}} |
− | * | + | * {{mIRC|$height}} |
* {{mIRC|/drawcopy}} | * {{mIRC|/drawcopy}} | ||
* {{mIRC|/drawfill}} | * {{mIRC|/drawfill}} |
Revision as of 19:26, 5 July 2014
The /drawdot command draws a dot to the specified coordinates with a specific color in a specific picture window
Synopsis
/drawdot -ihnr @ <color> <size> <x y> [<x y>...]
Switches
- -r - use RGB color instead of the mIRC standard colors
- -i - draws in inverse color mode.
- -h - highlights the windows icon if it's minimized.
Parameters
- <color> - mIRC Color to draw with (unless -r is used, then RGB color is used)
- <size> - radius
- <x y> - coordinates
- [<x y>...] - more optional coordinates
Example
;draws a small black dot in the top left of the window /drawdot @PicWin 1 1 10 10
Compatibility
Added: mIRC v5.3
Added On: 13/12/1997
Note: Individual switches were not taken into consideration.
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