VISIO::CANVAS_LINE
(int canvas, int xstart, int ystart, int xend, int yend)
Description: Creates a
line on the specified canvas from coordinates (xstart, ystart) to
coordinates (xend, yend). The use of integer values is obliged otherwise
segmentation errors may occur. By default the color of the line will be
black, unless the color is set with the command visio::canvas_fg_color.
Example: VISIO::CANVAS_LINE
(canvas, 3, 12, 20, 16)