andreiaron
Programmer
Hi, i am trying to refresh a panel inside which i drow circles. However, the Control.Refresh () method refreshes the whole control. i need to refresh only a small part of it. In Java you can simply call a Control.Redraw (Rectangle r) function which refreshes the specified rectangular area of the control.
is there something similar in c#?
thanks,
Andrei
is there something similar in c#?
thanks,
Andrei