资源简介
可以旋转图片,使图片以中心点旋转,不走动
代码片段和文件信息
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: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6872 2002-12-07 11:25 Utilities.cs
文件 1078 2002-12-07 11:23 App.ico
文件 2426 2002-12-07 11:23 AssemblyInfo.cs
文件 5219 2002-12-07 11:25 Form1.cs
文件 5497 2002-12-07 11:25 Form1.resx
文件 4640 2002-12-07 11:25 RotateImage.csproj
文件 918 2002-12-07 11:23 RotateImage.sln
- 上一篇:C#凯撒密码的原理与实现
- 下一篇:数字图像处理图像压缩源程序
相关资源
- C#凯撒密码的原理与实现
- C# socket聊天 服务器转发
- 新浪新闻RSS阅读器C#版
- Freeman链码计算图像矩 C#
- C#UDP屏幕监控
- C#读取本地数据源数据,在百度地图上
- Book Sell图书销售管理系统
- C#图像处理源码
- 基于C#的霍夫变换检测直线算法
- C# 浏览图片的控件 很好很强大
- C#图片循环幻灯片播放
- VS2010C#串口通信
- C#实现布尔莎模型中7个参数的求解
- C#+ArcEngine9.3基本功能开发源码
- C# SQL登录注册窗体小程序
- c#写的word嵌入form
- 合同管理信息系统(c#源码)
- 人力资源管理系统(c#.net源码)
- 教务管理系统(c#.net源码)
- 飞控的仪表盘
- js前台加密C#后台解密
- 银联8583报文处理 c#封包/解包/收发
- JS调用c#编写的DLL 源代码
- c#电子时钟控件
- c#高级计算器
- 应用程序控制
- C#实现写字板word
- pb调用c#编写的动态库SM3/SM4加解密
- 图书管理系统!我刚刚完成的期末大
- C#TCP协议服务器客户端通信源码服务器
评论
共有 条评论