搜索资源列表
87686
- Acrylic是微软刚刚启动的类似于Photoshop的设计软件,主要设计思想是取代Windows中内置的Microsoft Paint画图程序,像PS一样,Acrylic具有“层”的概念,这会给绘图带来不少方便.目前微软提供了一个180天测试版本. -AcrylicPhotoshop,WindowsMicrosoft Paint,PS,Acrylic,.180.
treeview_with_paint_robin
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。-in Microsoft's.NET Forms Control window, For example, Treeview and ListView, only to the general controls
Character_Recognition_Using_Neural_Networks
- Character Recognition Using Neural Networks Steps to use this GUI. 1. Open the GUI figure, run it. (accept the matlab to change its directory to new location where the file is stored) 2. First we need to teach Character to computer. For this ty
treeview_with_paint_robin
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。 -In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpos
23825754windowsPainter
- 别人的,类似微软自带的画图程序,不过只实现xp上的部分功能-Others, similar to Microsoft s built-in Paint program, but only on the realization of some functions xp
408053MyPaintboard5.9
- 别人的,类似微软的画图程序,比xp自带的稍微差劲一点-Others, similar to Microsoft s Paint program, xp s own slightly more than a little bad
grapheditor
- 近似于Windows画图板的一个应用程序.包括了基本的画笔,图形工具.-implement a graph editor has the same function as Microsoft Paint.
WindowsApp080422
- c#程序的设计理念之一是向后兼容性,有利于版本的升级,和应用程序的可移植。这是一个画图程序,仿照微软的画图功能制作。旨在体现这一点。-c# procedure design concept is one of backward compatibility, there is in favor of versions of the upgrade, and applications can be transplanted. This is a Paint program, modeled on M
Paint
- A program that draws rectangles and ellipses of the specified size and color in Microsoft (R) Paint. Note: Microsoft (R) Paint must be open in order for this to work.
TreeViewWithPaint
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作-In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpose
[____A_Pro1857672252005
- A program that draws rectangles and ellipses of the specified size and color in Microsoft (R) Paint. Note: Microsoft (R) Paint must be open in order for this to work.
Paint
- 能实现微软画图的截取图片,屏幕截图的功能,复制黏贴等-Microsoft Paint to achieve the interception of images, screenshots of the function, copy paste, etc.
pdn_src_3_10
- 手头有图片要处理,但是机器上没有安装Photoshop?那就来试试“迷你版Photoshop” - Paint.NET吧。 Paint.NET是一款由美国华盛顿州大学开发,为微软官方支持的一个高级研究生设计项目,旨在为用户提供一个免费的强大的微软绘图板替代软件。不过随着Paint.NET项目的深入研发,Paint.NET的表现已经远远超于最初的目标,无论是从功能上还是效率上都已经达到了一款专业图形处理软件的水准。 -Pictures on hand to deal with, but n
vfppaint
- Paint code for Microsoft Visual FoxPro 8.0-Paint code for Microsoft Visual FoxPro 8.0
MFC_Draw
- 1.1 程序界面参考Microsoft画图程序 1.2 能够支持画直线、自由连线(随鼠标移动连线)、实体圆形、实体矩形、实体椭圆 1.3 支持区域选中(通过鼠标拖拽方框选中),并删除选中区域内所画的形状 1.4 支持各种笔形画图时的前景和背景色 1.5 支持图擦功能,选中图擦时,随着图擦的移动,根据图擦的大小,将图擦经过的区域中的形状相关部分清除 1.6 支持打印、打印预览功能,并保持图片所见即所得。支持将所画的内容保存为文件格式BMP-1.1 Program Interface Referen
notebooka-Paint
- win32程序 简单记事本的基本功能和简单的画图功能-win32 notebook&Microsoft Paint
drawpainv1.3aa
- Application programmed in Microsoft Visual Studio 2010 based on the MFC Doc / View Architecture. The program is used to draw lines and objects. A typical paint-type program. Package contains all necessary source code of the project classes.
DirectUI
- DirectUI意为直接在父窗口上绘图(Paint on parent dc directly)。即子窗口不以窗口句柄的形式创建(windowless),只是逻辑上的窗口,绘制在父窗口之上。微软的“DirectUI”技术广泛的应用于Windows XP,Vista,Windows 7,如浏览器左侧的TaskPanel,控制面板导航界面,Media Player播放器,即时通讯工具MSN Messager等。 DirectUI好处在于可以很方便的构建高效,绚丽的,非常易于扩展的界面。国外如
Project1
- 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles
pp
- 媲美微软画图的画图源代码,十分完整的程序,值得一看,好好学习一下吧!-Rival Microsoft paint drawing source code, very complete program, worth a look, good good study!