资源简介
就是拼图,亲测通过,左右键旋转图片,delete键删除图片,拖动图片
代码片段和文件信息
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;
using System.Drawing.Imaging;
namespace ImageCombineCSharp
{
public partial class Form1 : Form
{
Point pS;
public Form1()
{
InitializeComponent();
}
private void 读入图片ToolStripMenuItem_Click(object sender EventArgs e)
{
if (openFileDialog1.ShowDialog() == DialogResult.OK)
{
//属性
PictureBox pb = new PictureBox();
pb.Location = new Point(panel1.Left panel1.Top);
pb.Size = new System.Drawing.Size(100 100);
pb.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 48640 2016-03-21 09:19 ImageCombineCSharp\ImageCombineCSharp\bin\Debug\ImageCombineCSharp.exe
文件 32256 2016-03-21 09:19 ImageCombineCSharp\ImageCombineCSharp\bin\Debug\ImageCombineCSharp.pdb
文件 11600 2016-03-21 09:25 ImageCombineCSharp\ImageCombineCSharp\bin\Debug\ImageCombineCSharp.vshost.exe
文件 490 2010-03-17 22:39 ImageCombineCSharp\ImageCombineCSharp\bin\Debug\ImageCombineCSharp.vshost.exe.manifest
文件 7893 2016-03-21 09:50 ImageCombineCSharp\ImageCombineCSharp\Form1.cs
文件 6379 2016-03-17 17:38 ImageCombineCSharp\ImageCombineCSharp\Form1.Designer.cs
文件 6423 2016-03-17 17:38 ImageCombineCSharp\ImageCombineCSharp\Form1.resx
文件 3901 2016-03-17 18:44 ImageCombineCSharp\ImageCombineCSharp\ImageCombineCSharp.csproj
文件 1564 2016-03-14 14:11 ImageCombineCSharp\ImageCombineCSharp\ImageTools.cs
文件 4501 2016-03-14 14:04 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6656 2016-03-21 09:19 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 1140 2016-03-17 18:44 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\GenerateResource.read.1.tlog
文件 1206 2016-03-17 18:44 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\GenerateResource.write.1.tlog
文件 2278 2016-03-21 09:25 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\ImageCombineCSharp.csproj.FileListAbsolute.txt
文件 1018 2016-03-11 17:33 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\ImageCombineCSharp.csproj.GenerateResource.Cache
文件 48640 2016-03-21 09:19 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\ImageCombineCSharp.exe
文件 180 2016-03-17 18:44 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\ImageCombineCSharp.Form1.resources
文件 32256 2016-03-21 09:19 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\ImageCombineCSharp.pdb
文件 34178 2016-03-17 18:44 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\ImageCombineCSharp.Properties.Resources.resources
文件 8031 2016-03-14 16:56 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\ResolveAssemblyReference.cache
文件 4608 2016-03-11 17:27 ImageCombineCSharp\ImageCombineCSharp\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 499 2016-03-11 16:01 ImageCombineCSharp\ImageCombineCSharp\Program.cs
文件 1386 2016-03-11 16:01 ImageCombineCSharp\ImageCombineCSharp\Properties\AssemblyInfo.cs
文件 3252 2016-03-11 17:27 ImageCombineCSharp\ImageCombineCSharp\Properties\Resources.Designer.cs
文件 6205 2016-03-11 17:27 ImageCombineCSharp\ImageCombineCSharp\Properties\Resources.resx
文件 1105 2016-03-11 16:01 ImageCombineCSharp\ImageCombineCSharp\Properties\Settings.Designer.cs
文件 249 2016-03-11 16:01 ImageCombineCSharp\ImageCombineCSharp\Properties\Settings.settings
文件 33700 2016-03-11 17:27 ImageCombineCSharp\ImageCombineCSharp\Resources\c0_l0_1_2.jpg
文件 896 2016-03-11 16:01 ImageCombineCSharp\ImageCombineCSharp.sln
..A..H. 25088 2016-03-21 10:42 ImageCombineCSharp\ImageCombineCSharp.suo
............此处省略13个文件信息
相关资源
- C# 图像处理、神经网络、遗传算法集
- C# 图像处理软件及其源码
- c#图像噪声平滑处理
- 图像处理程序-课程作业
- C#数字图像处理3种典型方法:提取像
- C#图像处理源代码包括包括均值滤波,
- C#车牌识别
- 数字图像处理图像压缩源程序
- C#图像处理源码
- 数字图像处理基本操作全
- 自适应二值化阈值
- C#水平垂直图像镜像---C#数字图像处理
- c#做的拼图游戏
- C#版的模拟PhotoShop处理图片色阶的程序
- 图像处理各种颜色空间互相转换
- C# 数字图像处理 有关遥感图像处理的
- C# 数字图像处理,单色、Robers、Sobe
- c#图像处理bmp转化为灰度图片
- C#读取psd格式图片
- c#拼图游戏可换图,选难度,计时,统
- C#版图像处理界面,包含二值化、灰度
- C# 图像二值化
- 图像处理VS2017C#
- C#编写的图像均衡化、去噪、高斯模糊
- C#做的拼图小游戏源代码
- 图像处理代码C# 平滑去噪、锐化、伪
- C# 图像处理程序源代码
- GDI+鼠标绘制常规图形平衡缩放DEMO
- C#彩色图像处理RGB和HSI彩色空间、伪彩
- C#图像处理_多张图片在同一窗口浏览
评论
共有 条评论