CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 画笔程序

搜索资源列表

  1. MyPen

    0下载:
  2. 这是一个画笔程序-This is a brush procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1809
    • 提供者:程骐
  1. 图像处理程序

    0下载:
  2. 一个简单模拟photoshop的图像处理程序.使用c#编写.对图像进行颜色,大小,画笔等各种处理... -a simple simulation of Photoshop image processing. C# prepared to use. Right image color, size, brushes and other treatment ...
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1596955
    • 提供者:王亮
  1. MFC_简易画笔

    0下载:
  2. 在VC++模式下的画笔程序 有画笔画刷调色版多边形圆形等 可以调节线宽度-in VC mode of the brush stroke paintings procedures brush palette version circular polygon, etc. It can adjust line width
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:179943
    • 提供者:lily
  1. mfc简易画笔

    1下载:
  2. 一个简单的绘图程序,能够绘制矩形,直线,椭圆等一系列的图形。比较方便,还可以随意改变图形的颜色。-a simple drawing program, to draw a rectangle, straight, oval and a series of other graphics. More convenient, but also can arbitrarily change the color graphics.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:180494
    • 提供者:王烨
  1. xumin_20466

    0下载:
  2. 在VC++模式下的画笔程序 有画笔画刷调色版多边形圆形等 可以调节线宽度-in VC mode of the brush stroke paintings procedures brush palette version circular polygon, etc. It can adjust line width
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6955
    • 提供者:徐敏
  1. xumin_20467

    0下载:
  2. 在VC++模式下的画笔程序 有画笔画刷调色版多边形圆形等 可以调节线宽度 在VC++模式下的画笔程序 有画笔画刷调色版多边形圆形等 可以调节线宽度-in VC mode of the brush stroke paintings procedures brush palette version circular polygon, etc. It can adjust line width in VC mode - under the procedures of the brush strok
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:8251
    • 提供者:徐敏
  1. DrawPen

    0下载:
  2. 此程序用VC++实现了简单的画笔程序,通过参数设置里的设置项可以选择画笔的颜色和线条的粗细,然后按住鼠标即可实现花线操作-this procedure with VC a simple brush procedures, li parameters set by the directive may choose to brush the color and thickness of the lines, then hold the mouse can be realized flowers li
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:44981
    • 提供者:柳艾飞
  1. Ex4_4

    0下载:
  2. 画笔程序,能够实现文字、图形(空、实心)的绘画。-brush procedures to achieve text, graphics (air, and solid) painting.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:77632
    • 提供者:驴洪涛
  1. pichook

    0下载:
  2. windows自带的画笔程序的hook的例子。dll为hookdll的工程,project1为app的工程。运行时,先运行画笔程序,在画笔程序中按F10,就会自动画画。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1003231
    • 提供者:xuwei
  1. wppaint

    0下载:
  2. 画笔程序源码 有画圆形 椭圆 矩形等 以及橡皮 调用xp颜色库内容的c++程序
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:195334
    • 提供者:xulina
  1. MFC画笔程序

    0下载:
  2. 一个使用MS VC++ 6.0编写的一个画笔程序实用程序,能实现画笔的基本功能,具有完整的工程,可以运行。-a 6.0 MS VC prepared by a brush procedures utility, able to brush the basic functions with complete projects can run.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:121753
    • 提供者:汪林
  1. vc20050509

    0下载:
  2. MFC_简易画笔 ,用MFC实现的简单画笔程序,界面简洁明快,可以实习一般画笔的功能.-MFC_ simple brushes, MFC with a simple brush procedures, interface briefness, general brush attachment functions.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:174507
    • 提供者:潘英振
  1. 用Visual C++设计屏幕抓图程序

    0下载:
  2. 在Windows操作系统中,当用户按下"PrintScreen"按钮后,Windows自动将当前屏幕的图像拷贝到系统剪贴板中,这时可以通过"画笔"这个小程序将剪贴板中的内容保存成图像文件,可以看出,如果需要将当前屏幕保存下来还是比较麻烦的,能否可以自己编写一个应用程序,自动将当前屏幕的内容保存到一个图像文件中去呢?这个答案是肯定的,本实例应用程序就是利用通用的热键管理DLL库实现的热键功能,在收到热键通知后截取屏幕的内容并保存到bmp文件中。例如我们设置图
  3. 所属分类:C#编程

    • 发布日期:2010-11-20
    • 文件大小:74240
    • 提供者:hkjfile@126.com
  1. 简易的VB画图程序源代码

    0下载:
  2. 简易的画图程序,基于VB源代码实现可先把画笔颜色、设置画笔尺寸、先把所画的图形,包括矩形、圆形和直线三种模式,画错了可清除画布,画完可保存图像。
  3. 所属分类:界面编程

    • 发布日期:2011-01-29
    • 文件大小:2754
    • 提供者:foobur
  1. ScreenPen.rar

    0下载:
  2. 使用C++ Builder开发的一个屏幕画笔程序,实现在桌面上画图的功能,提供源代码。,Using c++ Builder development program, a screen pen in desktop picture functions, provide source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:309764
    • 提供者:Jack
  1. WinPainter21

    0下载:
  2. 画笔程序,可以设置颜色,画笔的粗细,采用WinForm。-Brush application, you can set the color, the thickness of the brush,using WinForm.
  3. 所属分类:ComboBox

    • 发布日期:2017-03-29
    • 文件大小:96200
    • 提供者:zhangxianbo
  1. eDraw2

    0下载:
  2. 一个画笔程序的例子,有很多种画图的例子,值得推荐-Examples of a brush, there are many examples of drawing, it is recommended
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-12
    • 文件大小:249705
    • 提供者:站长
  1. color

    0下载:
  2. 一个简单的画图程序,实现画笔,颜色对话框的编程,可以给初学者参考-A simple drawing program, the realization of the brush, color dialog programming, you can refer to the beginner
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:34899
    • 提供者:李锋
  1. peogrampaintbrush

    0下载:
  2. 一个使用MS VC++ 6,0编写的一个画笔程序实用程序(A written using MS vc + + 6, 0 a paintbrush utility program)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-27
    • 文件大小:96256
    • 提供者:Cootent
  1. 绘图应用程序

    0下载:
  2. 实现功能: (1)能够打开和保存图片。 (2)能够实现绘画图形(直线、空心(实心)椭圆、空心(实心)矩形、多边形);多边形主要包括三角形、四边形、五边形、六边形。 (3)实现画笔粗细的变更; (4)实现画笔颜色的变更; (5)能够用鼠标在绘图板上单击拖动进行随笔画; (6)具有橡皮擦除功能以及全屏清除功能。(Realization function: (1) can open and save the picture. (2) can realize drawi
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:267264
    • 提供者:我就是我ZC
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com