消除锯齿方式的差异? [英] Anti alias mode differences?

查看:284
本文介绍了消除锯齿方式的差异?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有两种消除锯齿模式之间的区别是什么?

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.

推荐答案

没有区别。请参阅<一href="http://msdn.microsoft.com/en-us/library/z714w2y9.aspx">http://msdn.microsoft.com/en-us/library/z714w2y9.aspx

消除锯齿和高品质是等价的,并指定与应用平滑渲染。

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

这篇关于消除锯齿方式的差异?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆