// Usage:
drawLineWithArrows(50,50,150,50,5,8,true,true);
// x0,y0: the line's starting point
// x1,y1: the line's ending point
// width: the distance the arrowhead perpendicularly extends away from the line
// height: the distance the arrowhead extends backward from the endpoint
// arrow...