What does invalidate method do in winform app?
invalidate
winform
Invalidate() method comes with six overloaded for
Invalidate()
It causes the control to be repainted. http://msdn.microsoft.com/en-us/library/system.windows.forms.control.invalidate.aspx
You will rarely need to call this method unless you are doing some low level graphics manipulation.