资源大小: 483KB
发布时间: 2010-04-20
文件格式: rar
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

C#实现放大图像区域private void pictureBox1_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e) { Cursor.Current=myCursor; Rectangle sourceRectangle=new Rectangle(e.X-10,e.Y-10,20,20); //要放大的区域 //Rectangle destRectangle=new Rectangle(e.X-20,e.Y-20,40,40); Rectangle destRectangle=new Rectangle(pictureBox1.Width-150,pictureBox1.Height-150,pictureBox1.Width,pictureBox1.Height); //放大的比例 g.DrawImage(myImage,destRectangle,sourceRectangle,GraphicsUnit.Pixel); }


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。