• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 图像  特效  拉伸  

资源简介

C# 处理图像拉伸,上下左右拉伸特效源码下载(csharpphoto)

资源截图

代码片段和文件信息

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
namespace Case02_10
{
    public partial class Form1 : Form
    {
        Bitmap MyBitmap;            //事件公用变量

        public Form1()
        {
            InitializeComponent();
        }

        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“;     //设置打开图像的类型
            this.openFileDialog1.ShowDialog();   //打开对话框
            if (this.openFileDialog1.FileName.Trim() == ““)
                re

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      11264  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\bin\Debug\Case02_10.exe

     文件      24064  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\bin\Debug\Case02_10.pdb

     文件      11608  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\bin\Debug\Case02_10.vshost.exe

     文件        490  2010-03-17 22:39  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\bin\Debug\Case02_10.vshost.exe.manifest

     文件       3925  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Case02_10.csproj

     文件       3600  2010-12-09 21:42  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Form1.cs

     文件       7142  2010-12-09 21:45  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Form1.Designer.cs

     文件       6017  2008-06-05 21:01  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Form1.resx

     文件        807  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\obj\Debug\Case02_10.csproj.FileListAbsolute.txt

     文件      11264  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\obj\Debug\Case02_10.exe

     文件        180  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\obj\Debug\Case02_10.Form1.resources

     文件      24064  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\obj\Debug\Case02_10.pdb

     文件        180  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\obj\Debug\Case02_10.Properties.Resources.resources

     文件        789  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6266  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       4608  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        490  2008-06-05 20:47  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Program.cs

     文件       1374  2008-06-05 20:47  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Properties\AssemblyInfo.cs

     文件       2858  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Properties\Resources.Designer.cs

     文件       5612  2008-06-05 20:47  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Properties\Resources.resx

     文件       1109  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Properties\Settings.Designer.cs

     文件        249  2008-06-05 20:47  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10\Properties\Settings.settings

     文件        917  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10.sln

    ..A..H.     17920  2015-08-19 14:19  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\Case02_10.suo

     文件       1079  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\UpgradeLog.xml

     文件       3348  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\_UpgradeReport_Files\UpgradeReport.css

     文件      12505  2010-05-04 01:19  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\_UpgradeReport_Files\UpgradeReport.xslt

     文件         69  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\_UpgradeReport_Files\UpgradeReport_Minus.gif

     文件         71  2015-08-19 14:18  csharpphoto上下左右拉伸特效\softhy.net\C# 处理图像拉伸,上下左右拉伸特效\_UpgradeReport_Files\UpgradeReport_Plus.gif

     文件       1335  2010-06-26 12:09  csharpphoto上下左右拉伸特效\softhy.net\softhy.net.txt

............此处省略14个文件信息

评论

共有 条评论