資源簡介
PhotoSprite_src3.0 3.0版本,C#圖像開發必備你懂得的 已被我轉成了vs2010,里面附帶有2010to2008的一鍵轉換bat
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?PhotoSprite
{
??///?
??///?圖像處理歷史記錄
??///?
??public?class?HistoryImage
??{
????private?int?current?=?-1;
????private?string?[]?History;
????private?string?initDirectory?=?““;
????private?int?max?=?0;
????private?int?count?=?0;
????private?int?save?=?-1;
????///?
????///?獲取或設置初始化文件目錄
????///?
????public?string?InitDirectory
????{
??????get
??????{
????????return?initDirectory;
??????}
??????set
??????{
????????initDirectory?=?value;
??????}
????}
????///?
????///?獲取?bool?值,指示是否可以撤消
????///?
????public?bool?CanUndo
????{
??????get
??????{
????????if?(current?>?0)
??????????return?true;
????????else
??????????return?false;
??????}
????}
????///?
????///?獲取?bool?值,指示是否可以重復
????///?
????public?bool?CanRedo
????{
??????get
??????{
????????if?(current???????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????467??2011-10-27?20:20??PhotoSprite\2005?to?2010.bat
?????文件????????422??2010-04-28?00:49??PhotoSprite\2008?to?2010.bat
?????文件????????420??2010-04-28?00:49??PhotoSprite\2010?to?2008.bat
?????文件??????11592??2011-10-27?20:21??PhotoSprite\bin\Debug\PhotoSprite.vshost.exe
?????文件????????490??2010-03-17?22:39??PhotoSprite\bin\Debug\PhotoSprite.vshost.exe.manifest
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\About?-?副本.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\About.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\AddNoise.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Blur.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Bold.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Brightness.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Brush.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Channel.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\ColorPicker.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Contrast.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Copy.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Crop.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Curves.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Cut.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Diffuse.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\EllipseSelect.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Emboss.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Equalizer.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\Eraser.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\FindEdge.gif
?????文件?????????50??2011-10-27?20:22??PhotoSprite\bin\Debug\XP\WaterText.gif
?????文件???????4312??2006-02-04?23:46??PhotoSprite\ColorSpace\CMYK.cs
?????文件???????4407??2006-02-08?15:52??PhotoSprite\ColorSpace\HSI.cs
?????文件???????5357??2006-02-08?15:52??PhotoSprite\ColorSpace\HSL.cs
?????文件???????6106??2006-02-08?15:52??PhotoSprite\ColorSpace\HSV.cs
............此處省略215個文件信息
- 上一篇:雷達雜波伽馬分布模擬
- 下一篇:Local bus 接口設計和調試
評論
共有 條評論