資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Diagnostics;
using?System.Drawing;
using?System.Drawing.Imaging;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?位圖轉換
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????????Bitmap?curBitmap;
????????Bitmap?bit;
????????Stopwatch?st;
????????
????????private?void?button1_Click_1(object?sender?EventArgs?e)
????????{
????????????OpenFileDialog?op?=?new?OpenFileDialog();
????????????if?(op.ShowDialog()?==?DialogResult.OK)
????????????{
????????????????curBitmap?=?(Bitmap)Bitmap.FromFile(op.FileName);
????????????????pictureBox1.Image?=?curBitmap;
????????????}
????????}
????????private?void?button
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-17?18:52??位圖轉換\
?????文件?????????187??2018-10-13?16:18??位圖轉換\App.config
?????文件????????3921??2018-10-13?16:43??位圖轉換\Form1.Designer.cs
?????文件????????4011??2018-11-17?18:52??位圖轉換\Form1.cs
?????文件????????5817??2018-10-13?16:43??位圖轉換\Form1.resx
?????文件?????????524??2018-10-13?16:18??位圖轉換\Program.cs
?????目錄???????????0??2018-10-13?16:18??位圖轉換\Properties\
?????文件????????1344??2018-10-13?16:18??位圖轉換\Properties\AssemblyInfo.cs
?????文件????????2876??2018-10-13?16:18??位圖轉換\Properties\Resources.Designer.cs
?????文件????????5612??2018-10-13?16:18??位圖轉換\Properties\Resources.resx
?????文件????????1099??2018-10-13?16:18??位圖轉換\Properties\Settings.Designer.cs
?????文件?????????249??2018-10-13?16:18??位圖轉換\Properties\Settings.settings
?????目錄???????????0??2018-10-13?16:18??位圖轉換\bin\
?????目錄???????????0??2018-11-17?18:53??位圖轉換\bin\Debug\
?????文件??????190262??2018-10-13?15:42??位圖轉換\bin\Debug\2018101315421244.bmp
?????目錄???????????0??2018-11-17?18:54??位圖轉換\bin\Debug\saveimage\
?????文件??????126120??2018-11-17?18:53??位圖轉換\bin\Debug\saveimage2018111718530719.bmp
?????文件???????10752??2018-11-17?18:52??位圖轉換\bin\Debug\位圖轉換.exe
?????文件?????????187??2018-10-13?16:18??位圖轉換\bin\Debug\位圖轉換.exe.config
?????文件???????22016??2018-11-17?18:52??位圖轉換\bin\Debug\位圖轉換.pdb
?????文件???????22984??2018-10-13?21:45??位圖轉換\bin\Debug\位圖轉換.vshost.exe
?????文件?????????187??2018-10-13?16:18??位圖轉換\bin\Debug\位圖轉換.vshost.exe.config
?????文件?????????490??2018-04-12?07:35??位圖轉換\bin\Debug\位圖轉換.vshost.exe.manifest
?????目錄???????????0??2018-10-13?16:18??位圖轉換\obj\
?????目錄???????????0??2018-11-17?18:52??位圖轉換\obj\Debug\
?????文件?????????827??2018-11-17?18:51??位圖轉換\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7189??2018-11-17?18:51??位圖轉換\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2018-11-17?18:54??位圖轉換\obj\Debug\TempPE\
?????文件???????????0??2018-10-13?16:18??位圖轉換\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2018-10-13?16:18??位圖轉換\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2018-10-13?16:18??位圖轉換\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
............此處省略12個文件信息
- 上一篇:C# 設計模式觀察者模式 入門級
- 下一篇:限制位置簡單算法版
評論
共有 條評論