From WikiChip
mirc/commands/drawline
< mirc‎ | commands
Revision as of 21:49, 2 December 2013 by David (talk | contribs) (Created page with "The '''/drawline command''' draws a line from the first <x y> coordinate to the second, if more coordinates are specified, the line is continued. == Synopsis == /drawline -i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The /drawline command draws a line from the first <x y> coordinate to the second, if more coordinates are specified, the line is continued.

Synopsis

/drawline -ihnr <@win> <color> <size> <x y> <x y> [<x y>...]

Switches

  • -i - draws in inverse mode
  • -h - highlights the windows icon if it is minimized
  • -n - prevents the display from being updated immediately
  • -r - indicates that the color is in RGB format

Parameters

  • <@win> - the window's name
  • <color> - the color of the line
  • <size> - the size of the line (thickness)
  • <x y> - the first point
  • <x y> - the second point
  • [<x y>...] - if you gives more points, it will draw a line from the previous point to that point

Example

None

Compatibility

Added: 5.3

Added On: 13/12/97

Note: Individual switches were not taken into consideration.

See also