搜索资源列表
PI_Analyze
- 打印控件,提供Canvas,可以自由绘制!-Print Controls, Canvas, free drawing!
draw
- 本例主要利用c语言编程实现画图板功能,具有基本的画图功能、图形操作功能和文件保存打开功能。主要包括如下4个模块:(1)图形绘制模块,该模块包括图形的绘制和操作功能,(2)鼠标控制模块,该模块主要实现鼠标状态的获取、鼠标位置的设置,以及鼠标的绘制等。(3)功能控制模块,该模块实现的功能包括输出中文、填充像素和显示用户帮助。(4)保存加载模块,该模块将像素保存到指定的文件和从指定的文件中读取像素到画布。-The main use of this example c programming langu
ThreadSyncExample
- 在多线程中操作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.
Canvas
- 一个windows画图程序,实现了画图的基本功能,并添加有自己的特色之处。-A canvas procedures, to achieve the basic drawing functions, and add their own features of Office.
Draw
- 用vc++实现了一个画图程序,可以用鼠标在界面上任意画图,就像一只笔在画板上画画一样。-Using vc++ implements a drawing program, you can interface with the mouse any drawing, like a pen drawing on canvas the same.
C
- 我们要实现将打开后的图片在修改后重新保存就必须让文件在打开后就能关闭,否则就会因为文件打开而无法覆盖原文件。就会导致编译时弹出“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
Canvas-Part1
- drawing on picture box-drawing on picture box
Canvas
- charp 实现的画图板功能,通过鼠标事件可以绘制曲线等图形-the drawing board charp achieve can draw a curve such as graphics, mouse events
print
- 这是一个自制的画图小程序,用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
Drawingbitmapandshear
- VC6.0在画板上实现手绘并且可以剪切到画板上-VC6.0Implemented on the drawing board and can be cut to the hand-painted on canvas
html5-drawong-table
- 采用html5canvas功能编写的界面绘图板,完成了界面样式的编写!-Using html5 canvas function interface drawing board, completed the interface style of writing!
DrawWinfrom
- C# winform 实现的模拟画图程序。主要实现功能:画直线,矩形,橡皮,圆形,切换颜色,打开图片,保存图片,清除图片,手动调节画布大小 软件刚启动时,为一张空白画布,我们可以直接在画布上绘画,也可以通过菜单中的“打开”,导入一张图片,然后我们就可以在这张图片上进行绘制。-C# winform realization of the simulation drawing program. Main Function: draw lines, rectangles, rubber, round,
DrawingPanel
- The DrawingPanel class is a simple tool for drawing graphics onto a canvas
LineDemo
- 里面绘制了小船、旗子和云,同时图面会随着画布的大小变换而变换-Drawn inside the boat, the flag and clouds, while drawing with the canvas size will change and transformation
HTML5-Canvas-board-drawing-tools
- HTML5 Canvas画板画图工具 可定义笔刷和画布-HTML5 Canvas board drawing tools can define brush and canvas
canvasdrawing
- This scr ipt shown how to draw using canvas in PHP
html5 Canvas画图教程
- html5 Canvas画图教程,html5 Canvas画图初步入门指导,希望对你有所帮助。(html5 Canvas drawing tutorial.)
canvas
- 使用html5和js,在web端实现流程图绘制(Flow chart drawing in web)
WpfApp1
- 。。。。canvas画面移动物体。。。。。(object moving using canvas drawing)
Canvas
- 可以实现基本的绘制图形的功能,是一个类似于简单画图工具的小程序。(Can achieve the basic function of drawing graphics, is a simple drawing tool similar to the small program.)