图片放大后模糊,请高手帮忙?
PicTemp.Image = Frm_main.PictureBox2.ImageDim SngPer As Single = 4 '放大或缩小的比例
Dim PicNew As New System.Drawing.Bitmap(PicTemp.Image, PicTemp.Width * SngPer, PicTemp.Height * SngPer)
PictureBox2.Image = PicNew
2011-06-03 18:43
2011-06-03 20:40
2011-06-03 22:08
2011-06-03 22:08
2011-06-06 06:17
2011-06-21 09:53