//LINETO, x, y
LINETO draws a line, using the current pen (see SETPENEX), from the previous cursor position to the specified position. The parameter x specifies the ending horizontal position and y the ending vertical position, both using the current mapping units.
The current mapping unit is determined by the SETMAPMODE directive.