摘要: private BitmapSource CombineImage(BitmapSource img1,BitmapSource img2) { var composeImg = new RenderTargetBitmap(img1.PixelWidth, img1.PixelHeight+img2.PixelHeight, img1.DpiX, img1.... 阅读全文
posted @ 2018-04-02 17:42 梦醒江南·Infinite 阅读(737) 评论(0) 推荐(0) 编辑
摘要: 原文:Taking WPF “Screenshots” I was recently working on a Surface project at Microsoft (that will be shown at BETT ) and one of the requirements was to 阅读全文
posted @ 2018-04-02 17:10 梦醒江南·Infinite 阅读(496) 评论(0) 推荐(0) 编辑