資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Linq;
using?System.Windows.Forms;
namespace?MaxMinImage
{
????public?partial?class?Frm_Main?:?Form
????{
????????public?Frm_Main()
????????{
????????????InitializeComponent();
????????}
????????Image?myImage;
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????//設置文件的類型
????????????openFileDialog1.Filter?=?“*.jpg*.jpeg*.bmp*.gif*.ico*.png*.tif*.wmf|*.jpg;*.jpeg;*.bmp;*.gif;*.ico;*.png;*.tif;*.wmf“;
????????????openFileDialog1.ShowDialog(); //打開文件對話框
????????????myImage?=?System.Drawing.Image.FromFile(openFileDialog1.FileName); //實例化myImage類
????????????pictureBox1.Image?=
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-12-22?23:11??MaxMinImage\
?????文件?????????923??2013-05-22?22:58??MaxMinImage.sln
?????文件???????22016??2010-11-04?01:55??MaxMinImage.suo
?????目錄???????????0??2011-12-22?23:11??MaxMinImage\bin\
?????目錄???????????0??2013-05-22?22:58??MaxMinImage\bin\Debug\
?????文件???????10752??2013-05-22?22:58??MaxMinImage\bin\Debug\MaxMinImage.exe
?????文件???????24064??2013-05-22?22:58??MaxMinImage\bin\Debug\MaxMinImage.pdb
?????文件????????1468??2010-07-13?03:48??MaxMinImage\Frm_Main.cs
?????文件????????6156??2010-07-08?22:12??MaxMinImage\Frm_Main.designer.cs
?????文件????????6017??2010-07-08?22:12??MaxMinImage\Frm_Main.resx
?????文件????????4026??2013-05-22?22:58??MaxMinImage\MaxMinImage.csproj
?????目錄???????????0??2011-12-22?23:11??MaxMinImage\obj\
?????目錄???????????0??2013-05-22?22:58??MaxMinImage\obj\Debug\
?????文件????????7158??2013-05-22?22:58??MaxMinImage\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????3747??2013-05-22?22:58??MaxMinImage\obj\Debug\MaxMinImage.csproj.FileListAbsolute.txt
?????文件?????????850??2013-05-22?22:58??MaxMinImage\obj\Debug\MaxMinImage.csproj.GenerateResource.Cache
?????文件????????1757??2013-05-22?22:58??MaxMinImage\obj\Debug\MaxMinImage.csprojResolveAssemblyReference.cache
?????文件???????10752??2013-05-22?22:58??MaxMinImage\obj\Debug\MaxMinImage.exe
?????文件?????????180??2013-05-22?22:58??MaxMinImage\obj\Debug\MaxMinImage.Frm_Main.resources
?????文件???????24064??2013-05-22?22:58??MaxMinImage\obj\Debug\MaxMinImage.pdb
?????文件?????????180??2013-05-22?22:58??MaxMinImage\obj\Debug\MaxMinImage.Properties.Resources.resources
?????目錄???????????0??2011-12-22?23:11??MaxMinImage\obj\Debug\Refactor\
?????目錄???????????0??2013-05-22?22:58??MaxMinImage\obj\Debug\TempPE\
?????文件????????4608??2013-05-22?22:58??MaxMinImage\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件?????????495??2010-07-08?22:12??MaxMinImage\Program.cs
?????目錄???????????0??2011-12-22?23:11??MaxMinImage\Properties\
?????文件????????1354??2010-07-08?22:11??MaxMinImage\Properties\AssemblyInfo.cs
?????文件????????2862??2013-05-22?22:58??MaxMinImage\Properties\Resources.Designer.cs
?????文件????????5612??2010-07-08?22:11??MaxMinImage\Properties\Resources.resx
?????文件????????1111??2013-05-22?22:58??MaxMinImage\Properties\Settings.Designer.cs
?????文件?????????249??2010-07-08?22:11??MaxMinImage\Properties\Settings.settings
............此處省略0個文件信息
- 上一篇:C# 選擇目錄 生成圖片縮略圖
- 下一篇:C# 鼠標拖拽圖像
評論
共有 條評論