資源簡介
30種圖像動畫特效算法(C#多線程版)
代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Drawing.Drawing2D;
using?System.Drawing.Imaging;
using?System.Threading;
using?System.Windows.Forms;
namespace?Mengliao.CSharp.A14
{
????#region??動畫類型枚舉
????//?本例為了簡單起見沒有使用見名知意的名稱,如用于實際可將這些枚舉成員更名為準確的英文名稱
????enum?AnimateType
????{
????????Animator01?Animator02?Animator03?Animator04?Animator05
????????Animator06?Animator07?Animator08?Animator09?Animator10
????????Animator11?Animator12?Animator13?Animator14?Animator15
????????Animator16?Animator17?Animator18?Animator19?Animator20
????????Animator21?Animator22?Animator23?Animator24?Animator25
????????Animator26?Animator27?Animator28?Animator29?Animator30
????}
????#endregion
????class?AnimatorImage
????{
????????#region?私有字段
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3623??2011-01-03?00:27??obj\Debug\ImageAnimators.csproj.FileListAbsolute.txt
?????文件?????779776??2011-01-03?00:28??bin\Debug\ImageAnimators.exe
?????文件?????779776??2011-01-03?00:28??obj\Debug\ImageAnimators.exe
?????文件??????11608??2011-01-03?00:11??bin\Debug\ImageAnimators.vshost.exe
?????文件???????4608??2011-01-03?00:09??obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????6461??2011-01-03?00:28??obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????75775??2011-01-03?00:27??AnimatorImage.cs
?????文件???????1412??2009-09-14?23:22??Properties\AssemblyInfo.cs
?????文件???????6959??2009-09-24?05:41??FormMain.cs
?????文件??????33216??2009-09-23?18:40??FormMain.Designer.cs
?????文件????????503??2009-09-22?16:31??Program.cs
?????文件???????3119??2011-01-03?00:09??Properties\Resources.Designer.cs
?????文件???????1115??2011-01-03?00:09??Properties\Settings.Designer.cs
?????文件???????4311??2011-01-03?00:09??ImageAnimators.csproj
?????文件??????26694??2009-09-21?13:39??main.ico
?????文件????????490??2010-03-17?22:39??bin\Debug\ImageAnimators.vshost.exe.manifest
?????文件??????79360??2011-01-03?00:28??bin\Debug\ImageAnimators.pdb
?????文件??????79360??2011-01-03?00:28??obj\Debug\ImageAnimators.pdb
?????文件??????27260??2011-01-03?00:10??obj\Debug\Mengliao.CSharp.A14.FormMain.resources
?????文件?????683773??2011-01-03?00:10??obj\Debug\Mengliao.CSharp.A14.Properties.Resources.resources
?????文件??????53330??2009-09-23?18:40??FormMain.resx
?????文件???????6193??2009-09-21?02:44??Properties\Resources.resx
?????文件????????249??2009-09-14?23:22??Properties\Settings.settings
?????文件???????1062??2011-01-03?00:10??obj\Debug\GenerateResource-ResGen.read.1.tlog
?????文件????????958??2011-01-03?00:10??obj\Debug\GenerateResource-ResGen.write.1.tlog
?????文件?????533811??2009-09-21?02:44??Resources\img.png
?????目錄??????????0??2009-09-20?17:13??obj\Debug\Refactor
?????目錄??????????0??2011-01-03?00:09??obj\Debug\TempPE
?????目錄??????????0??2011-01-03?00:10??bin\Debug
?????目錄??????????0??2011-01-03?00:28??obj\Debug
............此處省略8個文件信息
- 上一篇:C# 生成二維碼 源碼
- 下一篇:C#連接電腦攝像頭
評論
共有 條評論