资源简介
c# 实现版的类似于Window图片查看器的东西
功能有:鼠标滚轮放大 鼠标拖动图像 放大时以鼠标点击选择的点位中心放大 Esc键按界面大小显示等
如有问题请联系QQ:78499261
![](http://www.nz998.com/pic/36728.jpg)
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace ImgeProClass
{
public partial class fm_Main : Form
{
public fm_Main()
{
InitializeComponent();
}
private void btn_LoadImg_Click(object sender EventArgs e)
{
OpenFileDialog openFileDia = new OpenFileDialog();
openFileDia.Filter = “Image Files(*.BMP;*.JPG;*.JPEG)|*.BMP;*.JPG;*.JPEG|All files (*.*)|*.*“;
openFileDia.Multiselect = false;
if (DialogResult.OK == openFileDia.ShowDialog())
{
using (Bitmap bmpTmp = (Bitmap)Bitmap.FromFile(openFileDia.FileName))
{
uctrl_ImgPro0.Image = bmpTmp;
}
}
}
private void bnt_ZoomToImgSize_Click(object sender EventArgs e)
{
uctrl_ImgPro0.zoomToOriImgSize();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 14848 2012-09-08 09:33 ImgeProClass\ImgeProClass\bin\Debug\ImgeProClass.exe
文件 36352 2012-09-08 09:33 ImgeProClass\ImgeProClass\bin\Debug\ImgeProClass.pdb
文件 11608 2012-09-08 09:33 ImgeProClass\ImgeProClass\bin\Debug\ImgeProClass.vshost.exe
文件 1090 2012-09-07 13:49 ImgeProClass\ImgeProClass\Form1.cs
文件 4927 2012-09-07 13:49 ImgeProClass\ImgeProClass\Form1.Designer.cs
文件 5817 2012-09-07 13:49 ImgeProClass\ImgeProClass\Form1.resx
文件 3932 2012-09-08 09:24 ImgeProClass\ImgeProClass\ImgeProClass.csproj
文件 4552 2012-09-08 09:33 ImgeProClass\ImgeProClass\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6062 2012-09-08 09:33 ImgeProClass\ImgeProClass\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 410 2012-09-08 09:26 ImgeProClass\ImgeProClass\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog
文件 1000 2012-09-08 09:26 ImgeProClass\ImgeProClass\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog
文件 897 2012-09-08 09:33 ImgeProClass\ImgeProClass\obj\x86\Debug\ImgeProClass.csproj.FileListAbsolute.txt
文件 14848 2012-09-08 09:33 ImgeProClass\ImgeProClass\obj\x86\Debug\ImgeProClass.exe
文件 180 2012-09-08 09:24 ImgeProClass\ImgeProClass\obj\x86\Debug\ImgeProClass.fm_Main.resources
文件 36352 2012-09-08 09:33 ImgeProClass\ImgeProClass\obj\x86\Debug\ImgeProClass.pdb
文件 180 2012-09-08 09:24 ImgeProClass\ImgeProClass\obj\x86\Debug\ImgeProClass.Properties.Resources.resources
文件 180 2012-09-08 09:26 ImgeProClass\ImgeProClass\obj\x86\Debug\ImgeProClass.uctrl_ImagePro.resources
文件 506 2012-09-07 10:59 ImgeProClass\ImgeProClass\Program.cs
文件 1448 2012-09-07 10:56 ImgeProClass\ImgeProClass\Properties\AssemblyInfo.cs
文件 2852 2012-09-07 10:56 ImgeProClass\ImgeProClass\Properties\Resources.Designer.cs
文件 5612 2012-09-07 10:56 ImgeProClass\ImgeProClass\Properties\Resources.resx
文件 1097 2012-09-07 10:56 ImgeProClass\ImgeProClass\Properties\Settings.Designer.cs
文件 249 2012-09-07 10:56 ImgeProClass\ImgeProClass\Properties\Settings.settings
文件 11016 2012-09-08 09:33 ImgeProClass\ImgeProClass\uctrl_ImagePro.cs
文件 1789 2012-09-08 09:26 ImgeProClass\ImgeProClass\uctrl_ImagePro.Designer.cs
文件 5817 2012-09-08 09:26 ImgeProClass\ImgeProClass\uctrl_ImagePro.resx
文件 878 2012-09-07 10:56 ImgeProClass\ImgeProClass.sln
..A..H. 11264 2012-09-08 08:57 ImgeProClass\ImgeProClass.suo
目录 0 2012-09-07 10:56 ImgeProClass\ImgeProClass\obj\x86\Debug\TempPE
目录 0 2012-09-08 09:33 ImgeProClass\ImgeProClass\obj\x86\Debug
............此处省略11个文件信息
相关资源
- c#车牌识别系统附30张测试图片
- C#图像处理使用EMGUCV
- 基于C#的具有重叠度的图像融合源码
- c#图像处理傅立叶变换 几何运算 直方
- C#图像处理编程+源程序
- c#图像处理源代码包含边缘检测,灰度
- C#做的简易图像编辑器
- C#图像处理源程序
- C#图像特征点提取与同名像点匹配
- C#图像平滑与去噪噪声模型、均值滤波
- C#图像处理六项图片处理功能及截图工
- C#数字图像处理算法典型](随书光盘
- c#图像相似度比较demo
- C#图像二值化代码
- c#图像噪声平滑处理
- C#图像处理源代码包括包括均值滤波,
- C#图像分割
- 一个处理c#图像选择拖动选择框放大选
- C#图像处理源码
- C#水平垂直图像镜像---C#数字图像处理
- C#图像的加噪去噪
- c#图像处理bmp转化为灰度图片
- 图像拖拽、锚点缩放
- C#图像识别轮廓并计算匹配度
- C#图像处理_多张图片在同一窗口浏览
- C#图像处理效果(浮雕/黑白/柔化/锐化
- C#图像热区识别
- C#图像热区识别winform
- C#图像交互与多线程
- C#图像直方图匹配
评论
共有 条评论