 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Axell Guest
|
Posted: Sat Oct 18, 2003 10:00 am Post subject: How to remove any changes from Timage ? |
|
|
Hi
I have image on which I draw some line (LineTo),
but sometimes I want to remove all lines from my
oryginal image. Is there any method to do it.
refresh(),repaint() do not go. :(
Thank for any sugestion.
Best regards
axell
|
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Mon Oct 20, 2003 8:52 am Post subject: Re: How to remove any changes from Timage ? |
|
|
Axell wrote:
| Quote: | I have image on which I draw some line (LineTo),
but sometimes I want to remove all lines from my
oryginal image. Is there any method to do it.
refresh(),repaint() do not go.
|
Assign NULL to the Picture property of your TImage:
Image1->Picture=NULL;
Michel
--
----------------------------------------
Michel Leunen
mailto:michel (AT) leunen (DOT) com
http://www.leunen.com/cbuilder/
----------------------------------------
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|