Hi, I am developing an application which draws lines between certain points. I am using the MoveTo and LineTo functions of the TCanvas property to do this.
Is there a way to remove the last drawn line from the canvas without affecting the previous drawn lines ?
I've tried drawing a line over the existing line with the Pen.Style property set to psClear but this does not seem to work.
Any ideas ?
Is there a way to remove the last drawn line from the canvas without affecting the previous drawn lines ?
I've tried drawing a line over the existing line with the Pen.Style property set to psClear but this does not seem to work.
Any ideas ?