drawline.gs
Name
drawline - Draw line.
Synopsis
drawline [-by type]กกx1 y1 x2 y2 ... [-by type] [-rgb r g b] [-rgba r g b a] [-color color] x1 y1 x2 y2 ...
Description
To show help, simply run "color".
Options
- -by type
 - Coordinate type. "world", "grid", or "xy". Defalut value is "xy".
 
- -rgb
 - RGB values in [0-255].
 
- -rgba
 - RGB and transparency values in [0-255].
 
- -color
 - Color number in [0-255].
 
- x1, y1, ...
 - Position of the vertex of the polygon.
 
Script source code
- drawline.gs (necessary)
 - drawpoly.gs (necessary)
 - qw2xy.gsf (necessary)
 - qgr2xy.gsf (necessary)