• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 图片  缩放  

资源简介

图片批量缩放程序

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Windows.Forms;
using System.Threading;

namespace ThumbnailImages
{
    public delegate void DelegateStart();
    public delegate void DelegateDoException(Exception ex);
    public delegate void DelegateThreadFinished(string message);
    public delegate void DelegateProgressBarPerformStep(int fileIndex string filename);

    public partial class frmMain : Form
    {
        int width = 1024 height = 768;
        int percent = -1;
        int totalFileCount = 0;
        private Thread timedProgress;
        string sourcePath targetPath;
        string[] fi

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

     文件      11037  2006-04-30 00:58  frmMain.cs

     文件      17422  2006-04-29 21:53  frmMain.Designer.cs

     文件       6021  2006-04-29 21:53  frmMain.resx

     文件       3243  2006-04-30 00:59  ImageHelper.cs

     文件        480  2006-04-29 16:09  Program.cs

     文件       3389  2006-04-30 00:51  ThumbnailImages.csproj

     文件        168  2006-04-29 23:11  ThumbnailImages.csproj.user

     文件        918  2006-04-29 23:09  ThumbnailImages.sln

    ..A..H.     16896  2006-04-30 01:09  ThumbnailImages.suo

     目录          0  2006-04-29 21:53  bin

     目录          0  2006-04-29 21:53  bin\Release

     文件      32768  2006-04-30 01:08  bin\Release\ThumbnailImages.exe

     目录          0  2006-04-29 21:49  Properties

     文件       1263  2006-04-29 21:49  Properties\AssemblyInfo.cs

     文件       2884  2006-04-29 14:05  Properties\Resources.Designer.cs

     文件       5612  2006-04-29 14:05  Properties\Resources.resx

     文件       1098  2006-04-29 14:05  Properties\Settings.Designer.cs

     文件        249  2006-04-29 14:05  Properties\Settings.settings

----------- ---------  ---------- -----  ----

               103448                    18


评论

共有 条评论