摘要:
if (pictureBox1.Image == null) return; Bitmap srcmap = null, destbit =null; Graphics g = null; try { //例如:图片目标大小为:320*240 GC.Collect();GC.WaitForPendingFinalizers(); srcmap = new Bitmap(pictureBox1.Im... 阅读全文
posted @ 2009-04-14 14:40
Emosen
阅读(1961)
评论(1)
推荐(0)
浙公网安备 33010602011771号