i wrote one program that can with use of graphic class in c# , draw a simple curve's.
now when i drag my form to out of sight in screen , my curves was disapear and will be erased.
why ? and how can i fix this problem ?
if you dont understand my purpose , please see the below :
befor Drag :
after Drag :
Sam HobbsPosted Mar 21, 2010, 1:41 PM
The main point is that it depends on how you are painting; your program is not re-painting when it should. Does that sound correct?