摘要: public Bitmap ChangeImgSize(Image bit, double Multiple) { Bitmap newBitmap = new Bitmap(Convert.ToInt32(bit.Width * Multiple), Convert.ToInt32(bit.Hei 阅读全文
posted @ 2019-08-20 16:40 搬砖的L先生 阅读(997) 评论(0) 推荐(0)