资源简介
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 < count - 1 && count != 0)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 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 接口设计和调试
相关资源
- navicat.11.2.16.premium_cs_x64破解版.zip
- 凸优化_Boyd_王书宁译.rar
- 云盘.rar
- Xshell5.exe
- 20170121135652618.rar
- DiskGenius4.7.0专业版.rar
- AlphaControlsv11.16StableFullSource(D5和D10
- 雅奇880官方开源赠品30多个雅奇4.rar
- 2009_LabVIEW编程样式_清晰版.pdf
- tiger_newhu5.99.24.zip
- 大数据架构详解:从数据获取到深度
- 程序是怎样跑起来的_PDF电子书带书签
- MongodbSample.rar
- EtherCATSlaveStackCodeTool5.12.rar
- 重构_改善既有代码的设计.rar
- 矩阵分析与应用第二版高清带书签.
- 通达网络智能办公系统OfficeAnywhere20
- 入门到实践.rar
- vRealizeAutomation7.0快速部署手册v1.3.pd
- 迅捷pdf转换器.7z
- FLACFLAC3D基础与应用-陈育民.pptx
- Location12.2.rar
- proteus仿真stm32测距.zip
- 《探索式软件测试》高清影印带书签
- Microsoft-70-483.pdf
- 微积分之屠龙宝刀美C.亚当斯等上.p
- F3arRa1n_Windows3.4.3.zip
-
zw_baidu_38396237-10813429-weibodataba
se.zi - zw_xqy987967363-10661999-信号与系统.zip
- 微信头像2000.rar
评论
共有 条评论