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

搜索资源列表

  1. PI_Analyze

    0下载:
  2. 打印控件,提供Canvas,可以自由绘制!-Print Controls, Canvas, free drawing!
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:13.22kb
    • 提供者:鸿钧邱
  1. draw

    0下载:
  2. 本例主要利用c语言编程实现画图板功能,具有基本的画图功能、图形操作功能和文件保存打开功能。主要包括如下4个模块:(1)图形绘制模块,该模块包括图形的绘制和操作功能,(2)鼠标控制模块,该模块主要实现鼠标状态的获取、鼠标位置的设置,以及鼠标的绘制等。(3)功能控制模块,该模块实现的功能包括输出中文、填充像素和显示用户帮助。(4)保存加载模块,该模块将像素保存到指定的文件和从指定的文件中读取像素到画布。-The main use of this example c programming langu
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:55.02kb
    • 提供者:wanglei
  1. ThreadSyncExample

    0下载:
  2. 在多线程中操作VCL对象时,需Synchronize到主线程,否则可能引起“Canvas does not allow drawing”异常。这是一个的线程同步例子,同时放了2种代码,可对照理解Synchronize的作用。-It s an example about how to operate VCL object in multithread. Use "Synchronize" To avoid "Canvas does not allow drawing" exception.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:197.23kb
    • 提供者:waters
  1. Canvas

    0下载:
  2. 一个windows画图程序,实现了画图的基本功能,并添加有自己的特色之处。-A canvas procedures, to achieve the basic drawing functions, and add their own features of Office.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:114.83kb
    • 提供者:彭 工学院
  1. Draw

    0下载:
  2. 用vc++实现了一个画图程序,可以用鼠标在界面上任意画图,就像一只笔在画板上画画一样。-Using vc++ implements a drawing program, you can interface with the mouse any drawing, like a pen drawing on canvas the same.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.85mb
    • 提供者:he
  1. C

    0下载:
  2.  我们要实现将打开后的图片在修改后重新保存就必须让文件在打开后就能关闭,否则就会因为文件打开而无法覆盖原文件。就会导致编译时弹出“GDI  一般性错误”。所以根据网上其它朋友的做法就是先将打开的图片通过GDI+将图片画到另一个画布上,然后及时关闭打开的图片和用来绘制该图片的画板。-We are to achieve the picture will be opened and re-save the modified files to be opened so that you can turn
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:206.62kb
    • 提供者:lei
  1. Canvas-Part1

    0下载:
  2. drawing on picture box-drawing on picture box
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:360.56kb
    • 提供者:hasan
  1. Canvas

    0下载:
  2. charp 实现的画图板功能,通过鼠标事件可以绘制曲线等图形-the drawing board charp achieve can draw a curve such as graphics, mouse events
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:66.86kb
    • 提供者:chen
  1. print

    0下载:
  2. 这是一个自制的画图小程序,用MFC制作,适合初学MFC的人进行功能性参考,其中使用了多种流通型的技术,如:双画布技术,反色技术等-This is a the homemade small drawing program, MFC produced, suitable for beginners MFC functional reference, which use a variety of flow-through technology, such as: double canvas, anti
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:65.76kb
    • 提供者:桂心哲
  1. Drawingbitmapandshear

    0下载:
  2. VC6.0在画板上实现手绘并且可以剪切到画板上-VC6.0Implemented on the drawing board and can be cut to the hand-painted on canvas
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-18
    • 文件大小:45.35kb
    • 提供者:乔焱中
  1. html5-drawong-table

    0下载:
  2. 采用html5canvas功能编写的界面绘图板,完成了界面样式的编写!-Using html5 canvas function interface drawing board, completed the interface style of writing!
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2.32kb
    • 提供者:露露
  1. DrawWinfrom

    0下载:
  2. C# winform 实现的模拟画图程序。主要实现功能:画直线,矩形,橡皮,圆形,切换颜色,打开图片,保存图片,清除图片,手动调节画布大小 软件刚启动时,为一张空白画布,我们可以直接在画布上绘画,也可以通过菜单中的“打开”,导入一张图片,然后我们就可以在这张图片上进行绘制。-C# winform realization of the simulation drawing program. Main Function: draw lines, rectangles, rubber, round,
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:88.42kb
    • 提供者:zhangcheng
  1. DrawingPanel

    0下载:
  2. The DrawingPanel class is a simple tool for drawing graphics onto a canvas
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:27.67kb
    • 提供者:DTR
  1. LineDemo

    0下载:
  2. 里面绘制了小船、旗子和云,同时图面会随着画布的大小变换而变换-Drawn inside the boat, the flag and clouds, while drawing with the canvas size will change and transformation
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-09
    • 文件大小:15.05mb
    • 提供者:徐10
  1. HTML5-Canvas-board-drawing-tools

    0下载:
  2. HTML5 Canvas画板画图工具 可定义笔刷和画布-HTML5 Canvas board drawing tools can define brush and canvas
  3. 所属分类:Menu control

    • 发布日期:2017-04-03
    • 文件大小:80.59kb
    • 提供者:Li
  1. canvasdrawing

    0下载:
  2. This scr ipt shown how to draw using canvas in PHP
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3kb
    • 提供者:alot
  1. html5 Canvas画图教程

    0下载:
  2. html5 Canvas画图教程,html5 Canvas画图初步入门指导,希望对你有所帮助。(html5 Canvas drawing tutorial.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:362kb
    • 提供者:柳杨
  1. canvas

    0下载:
  2. 使用html5和js,在web端实现流程图绘制(Flow chart drawing in web)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:29.49mb
    • 提供者:言笑
  1. WpfApp1

    0下载:
  2. 。。。。canvas画面移动物体。。。。。(object moving using canvas drawing)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:187kb
    • 提供者:要要
  1. Canvas

    0下载:
  2. 可以实现基本的绘制图形的功能,是一个类似于简单画图工具的小程序。(Can achieve the basic function of drawing graphics, is a simple drawing tool similar to the small program.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-07
    • 文件大小:430kb
    • 提供者:suzhenshu
« 12 »
搜珍网 www.dssz.com