资源简介
Paint.NET是一个图像和照片处理软件,它由华盛顿州立大学的学生开发和维护并由微软公司提供项目指导,早期定位于MS Paint的免费替代软件,现在逐渐发展为一个功能强大且易用的的图像和照片处理软件,支持图层,无限制的历史记录,特效,和许多实用工具,并且开放源代码和完全免费,界面看起来有点像Photoshop,该软件的开发语言是C#。
仔细研究的话可以学到好多东西啊
代码片段和文件信息
/////////////////////////////////////////////////////////////////////////////////
// Paint.NET //
// Copyright (C) Rick Brewster Tom Jackson and past contributors. //
// Portions Copyright (C) Microsoft Corporation. All Rights Reserved. //
// See src/Setup/License.txt for full licensing and attribution details. //
// 2 //
// 1 //
/////////////////////////////////////////////////////////////////////////////////
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.0.*“)]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified the
// following processing occurs:
// (1) If the KeyName can be found in the CSP that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\. For example if your KeyFile is
// located in the project directory you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
// (*) Delay Signing is an advanced option - see the Microsoft .NET framework
// documentation for more information on this.
//
[assembly: A
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2007-02-11 14:01 programs\
目录 0 2006-11-11 16:10 programs\dotnet_2_0\
文件 769 2006-02-22 12:13 programs\dotnet_2_0\readme.txt
目录 0 2006-11-11 16:10 programs\dotnet_2_0\x64\
目录 0 2006-11-11 16:10 programs\dotnet_2_0\x86\
文件 36 2005-12-16 16:14 programs\readme.txt
目录 0 2007-02-25 20:02 src\
文件 8058 2007-02-25 20:01 src\AboutDialog.cs
文件 0 2007-02-25 20:01 src\AboutDialog.resx
文件 872 2007-02-25 20:01 src\ActionFlags.cs
目录 0 2007-02-25 20:01 src\Actions\
文件 4703 2006-12-11 12:28 src\Actions\AcquireFromScannerOrCameraAction.cs
文件 10570 2006-12-11 12:28 src\Actions\CanvasSizeAction.cs
文件 1593 2006-12-11 12:28 src\Actions\ClearHistoryAction.cs
文件 1351 2006-12-11 12:28 src\Actions\ClearMruListAction.cs
文件 5164 2006-12-20 21:28 src\Actions\CloseAllWorkspacesAction.cs
文件 6059 2006-12-30 20:20 src\Actions\CloseWorkspaceAction.cs
文件 5715 2006-12-11 12:28 src\Actions\CopyToClipboardAction.cs
文件 2552 2006-12-11 12:28 src\Actions\CutAction.cs
文件 2393 2006-12-11 12:28 src\Actions\DuplicateActivela
文件 1309 2006-12-11 12:28 src\Actions\Flipla
文件 1299 2006-12-11 12:28 src\Actions\Flipla
文件 2360 2006-12-11 12:28 src\Actions\HistoryFastForwardAction.cs
文件 1841 2006-12-11 12:28 src\Actions\HistoryRedoAction.cs
文件 2322 2006-12-11 12:28 src\Actions\HistoryRewindAction.cs
文件 1842 2006-12-11 12:28 src\Actions\HistoryUndoAction.cs
文件 13872 2006-12-11 12:28 src\Actions\ImportFromFileAction.cs
文件 1951 2006-12-11 12:28 src\Actions\MoveActivela
文件 2164 2006-12-11 12:28 src\Actions\MoveActivela
文件 3847 2006-12-11 12:28 src\Actions\NewImageAction.cs
文件 1641 2006-12-11 12:28 src\Actions\OpenActivela
............此处省略1274个文件信息
- 上一篇:c#大富翁源代码+详细注释
- 下一篇:基于c#的图书管理系统
相关资源
- 基于c#的图书管理系统
- c#大富翁源代码+详细注释
- C#并发编程经典-高清PDF(图灵2015年出
- C#MyQQ增强版
- C#做的桌面快捷方式管理程序
- winform 进销存源码+数据库
- C#语言编写的酒店管理系统
- C#人事管理系统winform版
- Arcgis Engine C# web开发(共24个)
- 使用C#语言winform做的医院挂号管理系
- 大学生贷款管理系统源代码
- C#功能界面美化(多种时尚化颜色搭配
- C# winform 通讯录软件
- 医院管理系统C#.NET 完整
- C#程序设计及应用教程第三版-马俊主
- c#水平矫正文本图像
- 校园导游图 C# floyd算法
- 数据结构与算法:C#语言描述(中文)
- C#课程设计《学生防疫信息管理软件》
- c#医院管理系统
- C#药店管理系统 带完整数据库
- C#winfrom--ico图标素材
- asp.net大作业制作网站
- c# winform图书管理系统
- C#学生成绩管理系统 SQL
- C#RTSP以及FFmpeg视频传输Demo
- 生成C#中的Model,BLL,DAL文件
- c#版《植物大战僵尸》源码
- C#网络通信程序设计 源码
- .NET CLR via C#(第4版) 最新完整版 高
评论
共有 条评论