Is there a difference between these two Anti Alias modes?
e.Graphics.SmoothingMode = Drawing2D.SmoothingMode.AntiAlias
e.Graphics.SmoothingMode = Drawing2D.SmoothingMode.HighQuality
I've tested both methods and can't see any difference.
There is no difference. See http://msdn.microsoft.com/en-us/library/z714w2y9.aspx :
AntiAlias and HighQuality are equivalent and specify rendering with smoothing applied.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With