摘要: 阅读全文
posted @ 2020-04-17 12:36 QuincyYi 阅读(1232) 评论(0) 推荐(0)
摘要: Bitmap bmp01; int BmpWidth = bmp01.Width; int BmpHeight = bmp01.Height; PixelFormat BmpPixelFormat = bmp01.PixelFormat; byte* RBuff = (byte*)Marshal.A 阅读全文
posted @ 2020-04-17 09:50 QuincyYi 阅读(365) 评论(0) 推荐(0)