解决方法
@H_404_6@ Image是表示GDI中图像的基本抽象类. Bitmap是此基类的具体实现.BitmapImage是一种在基于矢量的GUI引擎(如WPF和Silverlight)中表示图像的方法.与Bitmap相反,它不是基于GDI.它基于Windows Imaging Component.
BitmapImage是一种在基于矢量的GUI引擎(如WPF和Silverlight)中表示图像的方法.与Bitmap相反,它不是基于GDI.它基于Windows Imaging Component.