資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Drawing;
using?System.Drawing.Imaging;
using?System.Linq;
using?System.Text;
namespace?WinformGif
{
????public?class?AnimateImage
????{
????????Image?image;
????????frameDimension?frameDimension;
????????///????
????????///?動(dòng)畫(huà)當(dāng)前幀發(fā)生改變時(shí)觸發(fā)。???
????????///? ???
????????public?event?EventHandler?OnframeChanged;
????????///????
????????///?實(shí)例化一個(gè)AnimateImage。???
????????///? ???
????????///?動(dòng)畫(huà)圖片。???
????????public?AnimateImage(Image?img)
????????{
????????????image?=?img;
????????????lock?(image)
????????????{
????????????????mCanAnimate?=?ImageAnimator.CanAnimate(image);
????????????????if?(mCanAnimate)
????????????????{
???????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-03-04?23:52??WinformGif\
?????文件?????????920??2014-03-04?23:29??WinformGif.sln
?????文件???????43008??2014-03-04?23:57??WinformGif.v11.suo
?????文件????????3508??2014-03-04?23:50??WinformGif\AnimateImage.cs
?????目錄???????????0??2014-03-04?23:28??WinformGif\bin\
?????目錄???????????0??2014-03-04?23:32??WinformGif\bin\Debug\
?????文件????????2365??2014-03-04?18:18??WinformGif\bin\Debug\code.gif
?????文件???????14336??2014-03-04?23:55??WinformGif\bin\Debug\WinformGif.exe
?????文件???????46592??2014-03-04?23:55??WinformGif\bin\Debug\WinformGif.pdb
?????文件???????22472??2014-03-04?23:29??WinformGif\bin\Debug\WinformGif.vshost.exe
?????文件?????????490??2012-06-02?22:34??WinformGif\bin\Debug\WinformGif.vshost.exe.manifest
?????文件?????????584??2014-03-04?23:37??WinformGif\Form1.cs
?????文件????????2485??2014-03-04?23:34??WinformGif\Form1.Designer.cs
?????文件????????5817??2014-03-04?23:34??WinformGif\Form1.resx
?????文件????????1323??2014-03-04?23:37??WinformGif\Form2.cs
?????文件????????1844??2014-03-04?23:36??WinformGif\Form2.Designer.cs
?????文件????????5817??2014-03-04?23:36??WinformGif\Form2.resx
?????文件????????2246??2014-03-04?23:41??WinformGif\Form3.cs
?????文件????????1842??2014-03-04?23:41??WinformGif\Form3.Designer.cs
?????文件????????5817??2014-03-04?23:41??WinformGif\Form3.resx
?????文件????????1872??2014-03-04?23:55??WinformGif\Form4.cs
?????文件????????2812??2014-03-04?23:55??WinformGif\Form4.Designer.cs
?????文件????????5817??2014-03-04?23:55??WinformGif\Form4.resx
?????目錄???????????0??2014-03-04?23:28??WinformGif\obj\
?????目錄???????????0??2014-03-04?23:55??WinformGif\obj\Debug\
?????文件?????????863??2014-03-04?23:29??WinformGif\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6821??2014-03-04?23:52??WinformGif\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2014-03-04?23:28??WinformGif\obj\Debug\TempPE\
?????文件?????????915??2014-03-04?23:55??WinformGif\obj\Debug\WinformGif.csproj.FileListAbsolute.txt
?????文件????????1149??2014-03-04?23:55??WinformGif\obj\Debug\WinformGif.csproj.GenerateResource.Cache
?????文件????????2209??2014-03-04?23:32??WinformGif\obj\Debug\WinformGif.csprojResolveAssemblyReference.cache
............此處省略15個(gè)文件信息
- 上一篇:c# 按行讀文件(支持txt/csv等)類
- 下一篇:WPF 抽獎(jiǎng)器
評(píng)論
共有 條評(píng)論