DrawString doesn't update text / Windows Forms
Hi. I'm new to C# development. I create a control on a form and want to print its ClientRectangle.
Whenever I resize the parent form, OnPaint gets called but text doesn't change. Yet the console message is of course changing. Why it happens?
Whenever I resize the parent form, OnPaint gets called but text doesn't change. Yet the console message is of course changing. Why it happens?