Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Confusion. Difference between SmoothingMode.AntiAlias and SmoothingMode.HighQuality

Tags:

c#

.net

gdi+

This page says:

AntiAlias and HighQuality are equivalent and specify rendering with smoothing applied.

But then why do they both exist if they are equivalent? Does one have any other differences other than what we see? I.e. Does one perform better over the other, or is it just a case of one of them being implemented much sooner than the other and therefor is only really there for backwards-compatibility?

like image 523
jay_t55 Avatar asked Oct 15 '25 09:10

jay_t55


1 Answers

I've made some researchs, and here's what I've found :

"HighQuality (which is similar to AntiAlias but uses other, slower optimizations that improve the display on LCD screens)"

like image 112
Izukani Avatar answered Oct 16 '25 21:10

Izukani



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!