摘要: public class FastBitmap{ BitmapData bitmapData; public FastBitmap(Bitmap bitmap) { this.bitmapData=bitmap.LockBits(new Rectangle(0,0,b... 阅读全文
posted @ 2015-12-25 15:18 苦力劳动者 阅读(1970) 评论(0) 推荐(0)