I would like to replace an arrow instead of the normal lines created with a Canvas
c.drawLine(ax, ay, bx, by, pnt);
I have coordinate points on the screen (ax ay bx by)
I would like to replace an arrow instead of the normal lines created with a Canvas
c.drawLine(ax, ay, bx, by, pnt);
I have coordinate points on the screen (ax ay bx by)