NAME
       Draw -- Draw a line between the current pen position
                       and the new x,y position.

   SYNOPSIS
       Draw( rp,   x,     y)
             a1  d0:16  d1:16

	void Draw( struct  RastPort *,  SHORT,  SHORT);

   FUNCTION
       Draw a line from the current pen position to (x,y).

   INPUTS

	rp - pointer to the destination  RastPort
	x,y - coordinates of where in the  RastPort to end the line.

   BUGS

   SEE ALSO
	 Move()  sc:include/graphics/rastport.h



converted with guide2html by Kochtopf