摘要:
#region 离线和隐身时的图片 public static Bitmap GetNoColorBitmap(Bitmap bit) { int Height = bit.Height; int Width = bit.Width; Bitmap bitmap = new Bitmap(Width, Height); Bitmap MyBitmap = bit; Color pixel; for (int x = 0; x < Width; x++) for (int y = 0; y < Height; y++) { pixel = MyBitmap.GetPixel(x, y 阅读全文
posted @ 2011-12-08 22:21
群落此处
阅读(600)
评论(0)
推荐(0)

浙公网安备 33010602011771号