腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(1868)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
System.windows.media
大会
如何将
System.windows.media
的程序集添加到配置为asp.net 3.5的站点。
浏览 2
修改于2012-06-09
得票数 0
1
回答
找不到
System.Windows.Media
我去选择工具箱中的项目,但是不存在这样的引用,我也尝试键入但.Media无法解决。
浏览 2
提问于2014-01-01
得票数 0
1
回答
UWP中的
System.Windows.Media
但是,在开发过程中,我遇到了
System.Windows.Media
命名空间的问题。
浏览 3
修改于2016-01-23
得票数 3
回答已采纳
6
回答
找不到
System.Windows.Media
命名空间?
我正在使用一个来自第三方API的对象,该对象具有System.Windows.Media.ImageSource类型的属性,但是我似乎在任何地方都找不到
System.Windows.Media
名称空间。如果我试图添加对我的项目的引用,我在选项列表中看不到
System.Windows.Media
。我的项目也是针对.Net 3.5的。 为了能够访问此命名空间,我还需要执行其他操作吗?
浏览 3
修改于2020-04-14
得票数 91
回答已采纳
2
回答
我找不到
System.Windows.Media
命名空间
我似乎找不到我的C#项目的
System.Windows.Media
参考。它根本就不在那里!
浏览 0
修改于2013-07-16
得票数 2
回答已采纳
2
回答
缺少系统文件
System.Windows.Media
我能做什么?
我正在尝试运行一个包含以下代码行的程序但是它给了我这个错误我能做什么?我可以从某个地方下载吗?
浏览 3
修改于2011-03-09
得票数 16
1
回答
ASP.NET MVC中的
System.Windows.Media
我可以在ASP.NET MVC应用程序中使用“
System.Windows.Media
”吗? 因为我需要用这个来绘制图像。
浏览 5
提问于2009-12-16
得票数 0
2
回答
我无法在.net 3.5项目中添加对
System.Windows.Media
的引用
我需要访问System.Windows.Media.Color,但是当我尝试“添加引用...”时,
System.Windows.Media
没有列出。只需添加"using
System.Windows.Media
“就会出现一个错误,提示我可能缺少一个引用。
浏览 0
提问于2011-10-01
得票数 2
回答已采纳
1
回答
同时使用
System.Windows.Media
;和microsft.xna.framework.color吗?
我正在尝试做的是使用silverlight在xna中创建一个弹出窗口,但它抛出了一个错误,说'system.windows.media.color‘和'Microsoft.xna.framework.color’的引用有歧义,有没有this...if的解决方案,所以任何建议都会非常有用。好的,这已经起作用了,但是我现在有另一个问题,一个错误出现了,说‘元素已经是另一个元素的子元素’……有人能帮我吗?当到达‘myStackPanel.Children.Add(txtNameEntry);’行时抛出错误... Border border = new Border();
浏览 1
修改于2013-06-26
得票数 0
回答已采纳
3
回答
我在哪里可以找到
System.Windows.Media
?媒体不存在
我试过了:using System.Collections.Generic;using System.Drawing;using System.Text;using AviFile;using System.Threading;在我的新类中,但在底部的system.Windows中。没有媒体 我正在使用visual c
浏览 29
修改于2013-04-18
得票数 0
回答已采纳
4
回答
图像大小调整性能: System.Drawing与
System.Windows.Media
the new image to the output path我想将此项目移植到.NET 3.5,因此尝试使用
System.Windows.Media
浏览 2
提问于2009-11-17
得票数 10
回答已采纳
1
回答
即使引用了PresentationCore.dll,也无法识别"using
System.Windows.Media
“
我在一个类项目中包含了“使用
System.Windows.Media
”和“使用System.Windows.Media.Imaging”。我还添加了PresentationCore.dll引用。using System.Windowsusing System.Windows;using System.Windows.Media.Imaging
浏览 0
修改于2011-12-22
得票数 0
回答已采纳
1
回答
Windows phone8.1应用程序中的
System.Windows.Media
我正在创建一个Windows phone8.1 (Windows Runtime)应用程序,并且需要使用System.Windows.Media.Imaging命名空间(更准确地说是BitmapDecoder类)中的一些类,但Visual Studio2013显示“类型或命名空间'System.Windows‘中不存在'Media’(您是否缺少程序集引用?)”。
浏览 1
修改于2015-01-05
得票数 1
1
回答
程序文件(X86)\引用的程序集中不存在C# Visual Studio
System.Windows.Media
我在引用列表中看不到
System.Windows.Media
,所以我遵循了前面有关添加PresentationCore.dll的问题中的建议。当这还不能解决我的问题时,我搜索了Program Files (x86)\Referenced \Microsoft,据我所知,在我的计算机上的任何位置都没有名为
System.Windows.Media
浏览 3
提问于2017-08-04
得票数 0
1
回答
System.Drawing (GDI+) vs
System.Windows.Media
(WPF) vs Direct2D+DirectWrite+WIC
对于处理图像并将用C#编写的桌面C#应用程序,您建议使用以下哪种技术(或combinations_ ):System.Drawing (GDI+)与
System.Windows.Media
vs Direct2D
浏览 4
提问于2014-07-13
得票数 5
1
回答
C#矩阵乘法库
我是using
System.Windows.Media
,但我仍然得到了矩阵下面的红色弯曲。我可以看出using
System.Windows.Media
正在注册,因为它让我决定我的Color是使用
System.Windows.Media
还是System.Drawing。to (70,100,150,220,240,352) 有什么建议解释为什么代码不能识别using
System.Windows.Media
浏览 0
修改于2014-03-14
得票数 0
2
回答
如何在C#中同时播放多个声音?
我知道,这个主题已经回答了一些问题,但是如果我试图使用Windows Media Player:我收到一个错误: 找不到"
System.Windows.Media
浏览 5
修改于2021-12-12
得票数 0
1
回答
C# -获取所有System.Windows.Media.Fonts
我知道代码样本是针对System.Drawing.Fonts的,但不是针对
System.Windows.Media
的。
浏览 28
提问于2019-01-20
得票数 0
回答已采纳
1
回答
.net 4.5框架中用于图像编辑的命名空间
我知道System.Drawing和
System.Windows.Media
但我读到过一些关于DirectUI或DirectX的.net包装器的文章,还提到.net 4.5中可能会有用于图像编辑的新名称空间我不认为System.Drawing能满足我的需求,而
System.Windows.Media
可能会。一个多星期以来,我一直在尝试了解图像编辑的概况。我已经在网上搜索过了。
浏览 4
修改于2012-10-13
得票数 2
回答已采纳
5
回答
在.NET 2.0中计算x高度
如何在不需要.NET 3.0或更高版本的情况下计算字体(字样)的x高度(例如,我希望避免使用
System.Windows.Media
命名空间)。
浏览 0
提问于2010-09-13
得票数 1
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券