摘要:
http://social.msdn.microsoft.com/forums/en-US/wpf/thread/0d04a373-b446-453a-869d-52958e976c81方法一:BitmapImage imgSource = new BitmapImage(new Uri("location",UriKind.Relative));Image image = new Image();image.Souce = imgSource; 方法二:MemoryStream ms = new MemoryStream()----初始化ms------BitmapImage imgSour 阅读全文
posted @ 2011-02-21 19:18
程序员阿呆
阅读(7981)
评论(0)
推荐(1)