You need to handle
theSystem.Windows.Forms.Application.ThreadExceptionevent for Windows Forms. This
article really helped me:http://bytes.com/forum/th...
分类:
移动开发 时间:
2014-04-27 21:10:16
阅读次数:
907
项目中有图片处理的逻辑,因此要用到Bitmap。而WPF加载的一般都是BitmapImage。这里就需要将BitmapImage转成Bitmap1.
图片的路径要用这样的,假设图片在project下的Images目录,文件名XXImage.png。pack://application:,,,/xxx...