搜索资源列表
DrawToolSrc(VC++MFC)
- MFC写的画图程序,常用功能都已经具备.具有参考价值
mfc-draw
- MFC简单画图,PEN,工具,其他和举一反三
MFC
- 用MFC实现的图形学算法可以实现多边形的剪裁以及种子填充
MFC 绘图示例
- MFC绘图示例,用于演示MFC下如何进行直线等的实现。-MFC Mapping example, the MFC for demonstrating how to achieve the straight.
MFC实现线段裁剪算法
- MFC实现线段裁剪算法,用户界面清晰,使用方便,程序易读。
通过鼠标点击画多边形的MFC界面
- 通过鼠标点击画多边形的MFC界面.每次鼠标左击时取得当前鼠标的位置,放到point类型数组中,直到点击了鼠标右键结束,Polygon drawing by mouse click in MFC enviroment. Every time when the mouse left-click to obtain the current mouse position, into an array of point type, click the right mouse button until th
MFC框架实现一个画图程序
- 使用VC开发平台,MFC框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。-Use of VC development platform, MFC framework to achieve a drawing program, as many features of Windows comes with Paint, and expand its capabilities.
VinciDrw
- 一个MFC 绘图示范程序,示范划线、矩形、圆,缩放等。-a demo code for GDI draw in MFC.
clPlot
- MFC坐标系的绘制,动态显示曲线,感兴趣的可以参考下-MFC frame rendering, dynamic display curves of interest can refer to the following ~ ~
Ellipse
- 基于VC++ MFC的对话框画圆,并可通过滚动条改变圆的颜色-Based on VC++ MFC dialog Circle, and through the scroll bar to change the color circle
CurveGraphic
- MFC单文档图形的绘画,画笔的使用,边框的绘制,坐标轴的绘制-MFC single document graphic painting, the use of brushes, borders, drawing, the drawing axes
MiniCAD
- 小型CAD绘图软件(MFC),代码精简便于学习。-Mini CAD Drawing Tool(MFC)
DrawingPro
- MFC画图小程序。可以画直线、矩形、椭圆等;还可以输入字符并显示;实现了简单的保存功能,再次打开后可以见到保存前的图形;-MFC drawing applet. Can draw lines, rectangles, ellipses, etc. can also enter a character and display to achieve a simple save function, after re-opening to see the graphics before saving
DrawTest
- 有网格,坐标轴,正弦波,余弦波,三角波。不过三角波没画好,闪烁。MFC做的。-A grid, axes, sine, cosine, triangle. But do not draw a good triangle, flashing. MFC to do.
line
- 自编的,MFC,Bresenham算法生成直线-The self, MFC, Bresenham algorithm to generate a straight line
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
sin_plot
- 用MFC绘制正弦曲线的简单实现方法,using mfc to plot a sin-MFC sinusoid with a simple drawing method, using mfc to plot a sin
drawtool
- MFC做的实现画直线,圆形等功能的简单作图工具,并具有图形填充功能。供初学者学习使用-MFC painting done to achieve a straight line, circular features such as a simple drawing tools, and filled with a graphical feature. For beginners learning to use
MFC-Draw
- 基于MFC实现画图(包括线, 矩形,圆等)功能。-using MFC to draw Line,circle, rect and so on. It is very easy to understand.
MFC画图板
- MFC画图板,可以画一些基本图形,如直线,椭圆,扇形,矩形,弦形,三角形。 可以保存为BMP的文件(MFC drawing board, you can draw some basic graphics, such as line, ellipse, sector, rectangle, string, triangle. Files that can be saved as BMP)