How save what you paint on a control like an image...? |
| ivan perez posted at 12-Oct-08 08:27 |
When you drawing in a control sometimes you have to draw the same and the same again and again when you call the method Refresh() so i think sometimes is better save the imagen in some extension like bmp or jpg and load the image in the background of the control and continue painting and the control dont flash all the time when you call Refresh(); how can i save in a image what i draw in the controls....
|
|