文件名称:CSharp
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 58kb
- 下载次数:
- 0次
- 提 供 者:
- lqs***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
程序要实现的目的是通过鼠标来控制图片的缩放和移动的效果,也就是说可以鼠标在程序界面上拖动图片,通过鼠标滚轮放大和缩小图片。这种功能在图片浏览程序里面再普通不过了,一般来说,如果是在MFC或者Winform里面实现这两个功能的话,都是通过处理鼠标的移动和滚轮事件,在这两个事件处理函数里面,获取鼠标的位置和滚轮滚动的偏移量,然后针对性地更改图片的位置和高宽度来做的。-Program to achieve the purpose of the picture zoom and move the mouse to control the effect, which means you can mouse to drag the image in the program interface, via the mouse wheel to zoom in and out of pictures. This picture browsing function inside commonplace, in general, if it is implemented in MFC or Winform inside these two functions are by handling the movement of the mouse and wheel events in the two event handler inside , for the position of the mouse and the scroll wheel offset, and then targeted to do to change the location and width of the picture.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
0805III\Backup\Ex04_15\Ex04_15.csproj
.......\......\.......\Form1.cs
.......\......\.......\Form1.Designer.cs
.......\......\.......\Form1.resx
.......\......\.......\Program.cs
.......\......\.......\...perties\AssemblyInfo.cs
.......\......\.......\..........\Resources.Designer.cs
.......\......\.......\..........\Resources.resx
.......\......\.......\..........\Settings.Designer.cs
.......\......\.......\..........\Settings.settings
.......\......\Ex04_15.sln
.......\......\Ex04_15.suo
.......\Ex04_15\bin\Debug\Ex04_15.exe
.......\.......\...\.....\Ex04_15.pdb
.......\.......\...\.....\Ex04_15.vshost.exe
.......\.......\...\.....\Ex04_15.vshost.exe.manifest
.......\.......\Ex04_15.csproj
.......\.......\Form1.cs
.......\.......\Form1.Designer.cs
.......\.......\Form1.resx
.......\.......\obj\Debug\Ex04_15.csproj.FileListAbsolute.txt
.......\.......\...\.....\Ex04_15.csproj.GenerateResource.Cache
.......\.......\...\.....\Ex04_15.exe
.......\.......\...\.....\Ex04_15.Form1.resources
.......\.......\...\.....\Ex04_15.pdb
.......\.......\...\.....\Ex04_15.Properties.Resources.resources
.......\.......\...\.....\TempPE\Properties.Resources.Designer.cs.dll
.......\.......\...\Ex04_15.csproj.FileList.txt
.......\.......\Program.cs
.......\.......\...perties\AssemblyInfo.cs
.......\.......\..........\Resources.Designer.cs
.......\.......\..........\Resources.resx
.......\.......\..........\Settings.Designer.cs
.......\.......\..........\Settings.settings
.......\Ex04_15.sln
.......\Ex04_15.suo
.......\UpgradeLog.XML
.......\_UpgradeReport_Files\UpgradeReport.css
.......\....................\UpgradeReport.xslt
.......\....................\UpgradeReport_Minus.gif
.......\....................\UpgradeReport_Plus.gif
.......\Ex04_15\obj\Debug\TempPE
.......\Backup\Ex04_15\Properties
.......\Ex04_15\bin\Debug
.......\.......\obj\Debug
.......\Backup\Ex04_15
.......\Ex04_15\bin
.......\.......\obj
.......\.......\Properties
.......\Backup
.......\Ex04_15
.......\_UpgradeReport_Files
0805III