Draw a line from (x0, y0) to (x1, y1). @param x0 the x-coordinate of the starting point @param y0 the y-coordinate of the starting point @param x1 the x-coordinate of the destination point @param y1 the y-coordinate of the destination point
(double x0, double y0, double x1, double y1)