• 大小: 548KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-13
  • 语言: C#
  • 标签: c#  缩放  裁剪    

资源简介

c# 处理图片源码 缩放 裁剪 等c# 处理图片源码 缩放 裁剪 等c# 处理图片源码 缩放 裁剪 等c# 处理图片源码 缩放 裁剪 等

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace IPLab
{
    /// 
    /// Summary description for AboutForm.
    /// 

    public class AboutForm : System.Windows.Forms.Form
    {
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button okButton;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.linkLabel mailLabel;
        private System.Windows.Forms.PictureBox pictureBox2;
        private Label label3;
        private linkLabel aforgeLabel;
        /// 
        /// Required designer variable.
        /// 

        private System.ComponentModel.Container components = null;

        public AboutForm( )
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent( );

            //
            mailLabel.links.Add( 0 mailLabel.Text.Length “mailto:andrew.kirillov@gmail.com“ );
            aforgeLabel.links.Add( 0 aforgeLabel.Text.Length “http://code.google.com/p/aforge/“ );
        }

        /// 
        /// Clean up any resources being used.
        /// 

        protected override void Dispose( bool disposing )
        {
            if ( disposing )
            {
                if ( components != null )
                {
                    components.Dispose( );
                }
            }
            base.Dispose( disposing );
        }

        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 

        private void InitializeComponent( )
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( AboutForm ) );
            this.pictureBox1 = new System.Windows.Forms.PictureBox( );
            this.okButton = new System.Windows.Forms.Button( );
            this.label1 = new System.Windows.Forms.Label( );
            this.label2 = new System.Windows.Forms.Label( );
            this.mailLabel = new System.Windows.Forms.linkLabel( );
            this.pictureBox2 = new System.Windows.Forms.PictureBox( );
            this.label3 = new System.Windows.Forms.Label( );
            this.aforgeLabel = new System.Windows.Forms.linkLabel( );
            ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox1 ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox2 ) ).BeginInit( );
            this.SuspendLayout( );
            // 
            // pictureBox1
            // 
            this.pictureBox1.Borderstyle = System.Windows.Forms.Borderstyle.Fix

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2007-03-08 22:45  iplab_src\icons\
     文件         562  2005-07-10 18:46  iplab_src\icons\about.gif
     文件         586  2005-07-10 18:59  iplab_src\icons\clone.gif
     文件         337  2005-07-10 19:05  iplab_src\icons\convolution.gif
     文件         615  2005-07-10 18:47  iplab_src\icons\copy.gif
     文件         561  2005-07-10 18:59  iplab_src\icons\cut.gif
     文件        1049  2005-07-10 18:47  iplab_src\icons\disk.gif
     文件         148  2005-07-10 19:02  iplab_src\icons\fit_to_size.gif
     文件        1024  2005-07-10 18:46  iplab_src\icons\folder_out.gif
     文件         391  2005-07-10 19:07  iplab_src\icons\fourier.gif
     文件         590  2005-07-10 19:03  iplab_src\icons\grayscale.gif
     文件         356  2005-07-10 18:46  iplab_src\icons\histogram_window.gif
     文件         362  2005-07-10 19:03  iplab_src\icons\levels.gif
     文件         624  2005-07-10 19:04  iplab_src\icons\morphology.gif
     文件        1017  2005-07-10 18:42  iplab_src\icons\paste.gif
     文件         989  2005-07-10 19:07  iplab_src\icons\pie-chart.gif
     文件         202  2005-07-10 19:06  iplab_src\icons\resize.gif
     文件         324  2005-07-10 19:06  iplab_src\icons\rotate.gif
     文件         224  2005-07-10 19:04  iplab_src\icons\threshold.gif
     文件         568  2005-07-10 19:01  iplab_src\icons\view_1_1.gif
     文件         568  2005-07-10 19:00  iplab_src\icons\zoom_in.gif
     文件         568  2005-07-10 19:01  iplab_src\icons\zoom_out.gif
     目录           0  2007-03-08 22:50  iplab_src\iplab\
     文件        8736  2007-03-08 22:37  iplab_src\iplab\AboutForm.cs
     文件       13319  2007-03-08 22:35  iplab_src\iplab\AboutForm.resx
     文件       26694  2004-10-11 08:53  iplab_src\iplab\App.ico
     文件        2499  2007-03-08 22:31  iplab_src\iplab\AssemblyInfo.cs
     文件        4798  2005-07-07 22:29  iplab_src\iplab\banner.gif
     文件       26694  2003-10-06 20:35  iplab_src\iplab\column-chart.ico
     目录           0  2007-03-08 22:50  iplab_src\iplab\Controls\
     文件        9821  2007-03-08 08:26  iplab_src\iplab\Controls\ColorSlider.cs
............此处省略103个文件信息

评论

共有 条评论