当前位置: 代码迷 >> Silverlight >> silverlight根据网址读取.bmp格式图片解决思路
  详细解决方案

silverlight根据网址读取.bmp格式图片解决思路

热度:6669   发布时间:2013-02-26 00:00:00.0
silverlight根据网址读取.bmp格式图片
读取.jpg没问题
System.Windows.Media.Imaging.BitmapImage(new Uri(http://../.jpg))

.bmp读取不出来
------解决方案--------------------------------------------------------
读取不出来有错误提示么?

请参考:
http://silverlightchina.net/html/tips/2011/1204/12260

http://silverlightchina.net/html/tips/2010/0912/1871

开源项目:
http://silverlightchina.net/html/tips/2010/0326/912
  相关解决方案