摘要: Imageimage = System.Drawing.Image.FromFile(@"C:\A.JPG");Bitmappbitmap =newBitmap(image);pbitmap.MakeTransparent(Color.White);pictureBox1.Image = pbitmap; 阅读全文
posted @ 2013-06-18 13:59 94cool 阅读(2684) 评论(0) 推荐(0)