Graphics Builder draw line from x1,y1 to x2,y2
At the moment if we need to draw a line from a start point x1,y1 to an end point x2,y2 we need to use trigonometry and trickery to rotate/scale a native line or polygon. The "Vertices" tab for a polygon is very close, but you can only manipulate e...