Syntax

dbLine(x1, y1, x2, y2)
Description

This command will put a line on the screen in the current ink color. The command requires two sets of coordinates to draw a line from one to the other on the screen. The parameters should be specified using integer values. You can also draw to a bitmap, by using the dbSetCurrentBitmap command.

See Also

dbInk