• 大小: 6.31M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 旋转  特效  图片  

资源简介

图像的格式转化,黑白、底片、浮雕,图像的旋转

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace 第11章2节
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void btnexit_Click(object sender EventArgs e)
        {
            this.Close();
        }

        private void rabtnBlackwhite_CheckedChanged(object sender EventArgs e)
        {
            if ((rabtnBlackwhite.Checked) && (picorigin.Image != null))
            {
                int intheight = picorigin.Image.Height;
                int intwidth = picorigin.Image.Width;
                B

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         926  2019-11-12 10:02  第11章2节.sln
     文件       45568  2019-11-12 16:57  第11章2节.v11.suo
     目录           0  2019-11-12 15:18  第11章2节\
     文件         189  2019-11-12 10:02  第11章2节\App.config
     目录           0  2019-11-12 10:03  第11章2节\bin\
     目录           0  2019-11-12 15:14  第11章2节\bin\Debug\
     文件       38912  2019-11-12 16:56  第11章2节\bin\Debug\第11章2节.exe
     文件         189  2019-11-12 10:02  第11章2节\bin\Debug\第11章2节.exe.config
     文件       65024  2019-11-12 16:56  第11章2节\bin\Debug\第11章2节.pdb
     文件       22984  2019-11-12 16:57  第11章2节\bin\Debug\第11章2节.vshost.exe
     文件         189  2019-11-12 10:02  第11章2节\bin\Debug\第11章2节.vshost.exe.config
     目录           0  2019-11-12 10:03  第11章2节\bin\Release\
     文件        4129  2019-11-12 16:36  第11章2节\Form1.cs
     文件        7977  2019-11-12 16:34  第11章2节\Form1.Designer.cs
     文件       19354  2019-11-12 16:34  第11章2节\Form1.resx
     文件        4168  2019-11-12 11:09  第11章2节\Form2.cs
     文件       11789  2019-11-12 11:09  第11章2节\Form2.Designer.cs
     文件        6017  2019-11-12 11:09  第11章2节\Form2.resx
     文件        2832  2019-11-12 16:35  第11章2节\Form3.cs
     文件        5943  2019-11-12 16:35  第11章2节\Form3.Designer.cs
     文件        6019  2019-11-12 16:35  第11章2节\Form3.resx
     文件        4746  2019-11-12 16:54  第11章2节\Form4.cs
     文件        8377  2019-11-12 16:02  第11章2节\Form4.Designer.cs
     文件        6221  2019-11-12 16:02  第11章2节\Form4.resx
     目录           0  2019-11-12 16:55  第11章2节\Image\
     文件      498472  2019-11-12 11:08  第11章2节\Image\1001618.jpg
     文件        8575  2019-11-12 11:11  第11章2节\Image\1526242679-jCJRzZqAho.jpg
     文件      382640  2019-06-26 15:01  第11章2节\Image\304370.jpg
     文件     6220854  2019-11-12 16:31  第11章2节\Image\324280.BMP
     文件      230823  2019-11-12 16:47  第11章2节\Image\324280.jpg
     文件      167364  2019-04-23 14:41  第11章2节\Image\325146.jpg
............此处省略39个文件信息

评论

共有 条评论