搜索资源列表
Mypaint
- 详尽的画笔功能 VC++语言编写 运用多态链表实现矢量绘图 及串行化
mypaint
- 完整的基本图形绘制系统 用C编写,实现画直线,画圆 画椭圆等基本图形
Mypaint.rar
- 小画板 模仿windows画板 windows sdk,mspaint
MyPaint
- 该程序类似WINDOWS自带的画图程序,只是后面还有些功能还没写完整,以后有时间将其补充完整,不过对于初学者来说程序里有很多东西值的借鉴,特别是多态的使用和菜单的操作,还有文档的保存…… -The program
myPaint
- 本代码是一个模拟windows画图的程序,具有一定的基本功能-This code is a simulation of windows drawing procedure, has certain basic functions
MyPaint
- 实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。-Achieve a simple drawing tools, the mapping tool to open, close, save, save files it can on a straight line, rectangle, etc. to carry out several pixel mapping and operation.
MyPaint
- 直线:从(200,200)到(300,350)画一宽度为3,蓝色的实线,。 矩形;左上角为(150,120)右下角为(200,300),外框为黑色,填充画刷为HS_CROSS,红色。 椭圆弧: 椭圆: 扇形: - a straight line: from (200200) to (300350) First draw a width of 3, blue solid line,.
MyPaint
- 类似Windows自带画图板的小程序,界面基本完全一样。-Similar to Windows comes with a small drawing board procedures, the same as the basic interface.
MyPaint
- 自制仿WINDOWS自带画图程序。供MFC学习参考-Self-made imitation WINDOWS own Paint program. MFC Reference for the study
MyPaint
- 实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。-Implements a simple drawing tool, the drawing tools with open, close, save, save the file functions that it will be a straight line, rectangle, etc. to draw some primitives and operations.
MyPaint
- 用vc++实现的最基本的单文档绘图小程序-To achieve the most basic single document vc++ drawing applet
mypaint
- 利用C++实现画圆、线等图形,实现对计算机图形学的基础训练-use C++ to paint some simple geometric figure