关于 WarpMode 枚举的问题

发布于 2024-09-26 14:20:54 字数 230 浏览 1 评论 0原文

System.Drawing.Drawing2D 命名空间中有两个名为“WarpMode”的枚举,

第一个包括: Title 、 TitleFlipX 、 TitleFlipY 、 TitleFlipXY 、 Clamp

和第二个包括: 透视,双线性

我们不能在同一个名称空间中用相同的名称定义两个枚举..!为什么在这里我们可以? !!

我如何告诉 VS 我想要其中的哪个枚举?

There is tow enum by name "WarpMode" in System.Drawing.Drawing2D namespace

the first include :
Title , TitleFlipX , TitleFlipY , TitleFlipXY , Clamp

and the second by include :
Perspective , Bilinear

We can't define tow enums in th same namespace by the same name ..!! why here we can ?? !!

and How can I tell VS which enum of them I want ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

好多鱼好多余 2024-10-03 14:20:54

第一个是WrapMode,第二个是WarpMode

First is WrapMode and the second is WarpMode.

入画浅相思 2024-10-03 14:20:54

实际上,一个名为 WrapMode,另一个 WarpMode 。请注意转置的“r”和“a”。

Actually, one is named WrapMode, and the other, WarpMode. Note the transposed 'r' and 'a'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文