简体   繁体   English

似乎找不到System.Windows

[英]can't seem to find System.Windows

I can't seem to find the System.Windows assembly. 我似乎找不到System.Windows程序集。 I tried to add a reference under the tab .NET but it is not there. 我试图在.NET选项卡下添加引用,但该引用不存在。 There is a 有一个

  • system.windows.form system.windows.form
  • system.windows.form.datavisualisation system.windows.form.datavisualisation
  • system.windows.input.Manipulations system.windows.input.Manipulations
  • system.windows.Presentation system.windows.Presentation

What i wan to do is play a little with hexcollor converting. 我想做的就是玩些hexcollor转换。 Does anyone know what I should add or where I can find the System.windows? 有谁知道我应该添加什么或在哪里可以找到System.windows?

thanks in advance 提前致谢

For System.Windows you need to add reference to WindowsBase. 对于System.Windows,您需要添加对WindowsBase的引用。

And try this post if it helps with your hex to color conversion: Convert .Net Color Objects to HEX codes and Back 如果对您的十六进制颜色转换有所帮助,请尝试这篇文章: 将.Net颜色对象转换为十六进制代码并返回

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM