搜索资源列表
badaoxiama1
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 虽然已经弄出来了,还是希望大家好好读读源程序。 你们以
vc++_drawer
- 用VC作的一个绘图工具软件,简单易学,是一个很好的初学入门的例子
HDraw
- 这是一个用来绘图的程序,是一个简单的画图工具,与操作系统自带的画图工具的功能相似,具有详细的源代码和运行程序。-This is a procedure used for mapping, is a simple drawing tools, with the operating system built-in drawing tool similar to a detailed source code and run the program.
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
- 实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。-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.
simple-screen-draw
- 工作之余做的一个简单的屏幕绘图工具,采用的橡皮筋原理,可以选择颜色、曲线、直线、椭圆,矩形,还可以调整笔触粗细。 在winxp下可以实现透明背景的绘图,win7下不知为何背景无法透明-A simple screen drawing tools, using the rubber band principle, you can choose the color, curves, straight lines, ellipses, rectangles, you can also adjust
简单绘图界面程序
- 做一个简单的画图工具,如下图所示。可以根据用户的选择项画出至少3种图形(直线、椭圆、矩形)。