C# graphics, calling this.Invalidate() on mouse click event removes antialiasing from Winforms. Why?
I’ve been tring to draw a smooth line by mouse clicking. What I noticed is that I can draw smooth line when the form is loaded or when I use button to draw it, but not with the mouse event.