資源簡(jiǎn)介
C# WinFrom無(wú)失真縮小圖片
代碼片段和文件信息
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)
????????{
????????????//選擇文件會(huì)話
????????????OpenFileDialog?openfile?=?new?OpenFileDialog();
????????????//選擇文件類(lèi)型
????????????openfile.title?=?“請(qǐng)選擇要插入的圖片“;
????????????openfile.Filter?=?“JPG圖片|*.jpg|BMP圖片|*.bmp|Gif圖片|*.gif“;
????????????//是否選擇多個(gè)文件
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
-----------?---------??----------?-----??----
????????????????51137????????????????????16
評(píng)論
共有 條評(píng)論