X3

RedSky

导航

2024年8月5日 #

WPF WriteableBitmap通过GDI+绘制帮助类

摘要: 代码: public class WriteableBitmapGraphic : IDisposable { public WriteableBitmap Source { get; private set; } public System.Drawing.Bitmap bitmap { get; 阅读全文

posted @ 2024-08-05 18:14 HotSky 阅读(8) 评论(0) 推荐(0) 编辑