摘要: private Bitmap BitmapImage2Bitmap(BitmapImage bitmapImage) { using (MemoryStream outStream = new MemoryStream()) { BitmapEncoder enc = new BmpBitmapEn 阅读全文
posted @ 2020-12-18 15:13 13B 阅读(390) 评论(0) 推荐(0)