| Syntax |
|
| Documentation | Draws a line between the specified points and a arrow on the line:
(x2, y2), the last point of the line to be drawn. length, the length of the arrow default 5 pixel position, position of arrow on the line default 100% arg, arg of the arrow
|
| Examples | |
$setDrawColor{black} $fillRectangle{0}{0}{199}{199} $setDrawColor{white} $drawLine{1}{1}{1}{199} $drawLine{1}{1}{199}{1} Result: in the image with a width of 200/200; a black rectangle with the size 199/199; at the left and top edge a 1 pixel sized white line with a arrow appears |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 4 |
| Maximum parameters | 7 |