摘要:
直接上代码, public static BitmapInfo GetImagePixel(Bitmap Source) { byte[] result; int step; int iWidth = Source.Width; int iHeight = Source.Height; // if 阅读全文
posted @ 2020-05-21 10:32
XuPeppy
阅读(3175)
评论(1)
推荐(0)