搜索资源列表
mfc简易画笔
- 一个简单的绘图程序,能够绘制矩形,直线,椭圆等一系列的图形。比较方便,还可以随意改变图形的颜色。-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.
Draw
- 用MFC编写的一个绘制直线的单文档应用程序
Drawing
- Windows MFC编程,实现了MFC绘图功能 1、单击鼠标右键可以选择绘制直线、椭圆、矩形或停止绘图\\n2、绘制的图像可以保存或打开曾经保存过的图像\\n3、单击工具栏的开始按钮可以开始播放动画,单击停止按钮可以暂停播放动画
alterline
- 应用VC++的MFC绘制颜色渐变直线,可以很光滑的过度渐变。
模拟windows自带的画图程序
- 使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界
MFCdra 直线,矩形等基本图形的绘制
- MFC绘图可以实现直线,矩形等基本图形的绘制与设置转化-MFC drawing
OpenGL.rar
- 创建一个基于MFC 的Single Document 应用程序,利用OpenGL 进行图形的绘制: 1.实现OpenGL 绘图环境和Windows 绘图环境兼容。 2.利用OpenGL 绘图函数进行一些基本图形如直线、多边形的绘制。 3.利用OpenGL 设置图形的颜色。 ,Create a Single Document in MFC-based applications, using OpenGL for graphics rendering: 1. Achieve OpenGL g
Sketcher
- 这是一个用MFC开发的绘制草图的程序,可以绘制直线、曲线、矩形、圆、文本。-This is a sketch developed with MFC program, you can draw lines, curves, rectangles, circles, text
Five
- MFC 绘图程序 点 直线 矩形 圆 椭圆的绘制,可拖动画图,并选择颜色-MFC draw dots lines rectangles and so on ,allow to set the color
My_work4
- MFC绘图程序,可以绘制直线、折线、圆形、矩形、五角星,选择线形、线宽等-MFC-based drawing program
gy1
- 在VS2008中MFC应用程序中 主要实现直线,矩形,椭圆,自由线的绘制(不能重绘) 以及图形颜色的填充 以及Bresenham画圆-MFC in VS2008 application in the main straight, rectangular, oval, the Liberal line drawing (not redraw), as well as color graphics and filled Bresenham drawcircle
Draw
- Windows 平台下c++ 绘图程序,例如:画直线,要捕获到鼠标的两个消息:WM_LBUTTONDOWN, WM_LBUTTONUP。响应WM_LBUTTONDOWN消息记录直线的起始点,响应WM_LBUTTONUP消息记录直线的终点并绘制直线-VC++ draw,using MFC mechenism.
CClinetDCline
- window编程的实现,利用简单用MFC绘制直线(用鼠标拖动实现)-Simple to draw a straight line (with MFC use the mouse to drag the implementation)
MFC-OnDraw
- MFC 橡皮筋法绘制直线 矩形 圆 多边形 右击后换颜色-MFC rubber band method to draw a straight line rectangle round polygon right-click to change color
test
- vc下用MFC绘制直线 DDA算法、Bresenham算法、重点划线法-vc draw a straight line DDA algorithm, Bresenham algorithm, the key line method with MFC
MFC-rectangle-lines
- MFC绘制矩形和直线,功能较为齐全,非常不错-MFC draw rectangles and straight lines, functions more complete, very good
mfc绘图程序
- 可以实现绘制直线、曲线、椭圆、矩形、位图等功能,用c语言编程,程序设计实践课作业
NEB_VC
- 绘制直线,矩形,椭圆。曲线设置和线型颜色等操作(Draw LINE bezier and curve and so on)
LQCGraphic
- vc++上mfc绘制图形,包括直线,像素点,圆,矩形等(MFC draw graphics on vc++, including straight lines, pixels, circles, rectangles and so on)
例2-3
- 本函数从当前位置绘制直线段,但不包括(x,y)点。不包括终点坐标是为了实现多线段连接时公共点的处理,即采用起点闭区间,终点开区间的处理方法。绘制直线段函数的参数不包含颜色,直线段的颜色通过画笔来指定。(This function draws a straight line segment from the current position, but does not include (x, y) points. The end point coordinate is not used to re