摘要: Bitmap source = null; // If original bitmap is not already in 32 BPP, ARGB format, then convert if (pimage.PixelFormat != PixelFormat.Format32bppArgb) { source = new Bitmap(pimage.Width, pimage.Height... 阅读全文
posted @ 2009-03-13 20:19 johngeng 阅读(1276) 评论(0) 推荐(0) 编辑