資源簡介
C# WinFrom無失真縮小圖片
代碼片段和文件信息
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;
//Download?by?http://www.codefans.net
using?System.IO;
using?System.Drawing.Imaging;
using?System.Drawing.Drawing2D;
namespace?NoDistortionNarrowPicture
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????//選擇文件會話
????????????OpenFileDialog?openfile?=?new?OpenFileDialog();
????????????//選擇文件類型
????????????openfile.title?=?“請選擇要插入的圖片“;
????????????openfile.Filter?=?“JPG圖片|*.jpg|BMP圖片|*.bmp|Gif圖片|*.gif“;
????????????//是否選擇多個文件
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
-----------?---------??----------?-----??----
????????????????51137????????????????????16
評論
共有 條評論