资源列表
huituban
- 使用MFC编写一个具有MFC 功能齐全绘图板,支持各种绘图和文字输入输出-Using MFC to prepare a full-featured drawing board with MFC, supports a variety of graphics and text input and output
huatuoyuan
- 画椭圆,以是个像素为单位描边。表现椭圆的绘制方法-Painting elliptic, with a pixels outline.
Bspline_MFC
- MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
Line
- 计算机图形学,利用结构画直线。struct Line{ CPoint sp,ep } -use struct to draw line
DrawPaL
- 基本能实现MFC的画点和画线功能,也具有一定的交互性,对于一些初学者来说是很适合的。-Basic drawing point and drawing a line function in the MFC, but also a certain degree of interactivity, is very suitable for some beginners.
shiqu
- 绘制任意凸多边形 逝去此凸多边形 对此凸多边形填色-Passing this to draw an arbitrary convex polygon convex polygon convex polygon fill this
huatu
- 画圆和文本显示,比较简单的界面显示,功能不是很强大,很简单-Circle and the text shows that a relatively simple interface display, function is not very powerful, very simple
Graph
- 《Visual C++ 6.0开发技巧与实例剖析》第二章图形设备接口,绘制点、线、多边形等-" Visual C++ 6.0 development skills and examples of analysis of the" second chapter Graphics Device Interface, draw points, lines, polygons, etc.
draw
- 简单的画图程序,用VC++6.0实现,及供参考-Simple drawing program, with VC++6.0 to achieve, and for reference
Draw2
- 在任意位置画出图形,并且图形不随窗口变化而消失-Draw graphics in any position
drawlineDynic
- 在这个程序中,你可以画线,同时在现还没画成之前,你可以动态地看到线所延展的地方!-In this program, you can draw lines, but are not painted in before you can dynamically extend the lines to see the place!
Bresenham_Line
- 在VC下,通过打点方式绘制Bresenham_Line曲线,适合各象限的曲线。