文件名称:ComputerGraghics
- 所属分类:
- 2D图形编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-12-12
- 文件大小:
- 2.33mb
- 下载次数:
- 0次
- 提 供 者:
- Li***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
运用CDC类的主要绘图成员函数,定义、选取画笔,定义、选取画刷,绘制多边形。 本实验的例子全部在TestView.cpp文件的void CTestView::OnDraw(CDC * pDC)函数中完成。
实验预期结果:绘制一个由8个三角形组成的八边形,每个三角形用不同的颜色填充,颜色次序为彩虹色。-Use CDC class drawing member functions defined, select the brush, the definition, select a brush to draw a polygon. Example of this experiment is all done in TestView.cpp file void CTestView :: OnDraw (CDC* pDC) function. The experiment expected results: draw the octagon an eight triangles, each triangle filled with different colors, color order of the rainbow colors.
实验预期结果:绘制一个由8个三角形组成的八边形,每个三角形用不同的颜色填充,颜色次序为彩虹色。-Use CDC class drawing member functions defined, select the brush, the definition, select a brush to draw a polygon. Example of this experiment is all done in TestView.cpp file void CTestView :: OnDraw (CDC* pDC) function. The experiment expected results: draw the octagon an eight triangles, each triangle filled with different colors, color order of the rainbow colors.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
计算机图形学
............\test
............\....\Debug
............\....\.....\MainFrm.obj
............\....\.....\StdAfx.obj
............\....\.....\test.exe
............\....\.....\test.ilk
............\....\.....\test.obj
............\....\.....\test.pch
............\....\.....\test.pdb
............\....\.....\test.res
............\....\.....\testDoc.obj
............\....\.....\testView.obj
............\....\.....\vc60.idb
............\....\.....\vc60.pdb
............\....\MainFrm.cpp
............\....\MainFrm.h
............\....\ReadMe.txt
............\....\Resource.h
............\....\StdAfx.cpp
............\....\StdAfx.h
............\....\res
............\....\...\Toolbar.bmp
............\....\...\test.ico
............\....\...\test.rc2
............\....\...\testDoc.ico
............\....\test.clw
............\....\test.cpp
............\....\test.dsp
............\....\test.dsw
............\....\test.h
............\....\test.ncb
............\....\test.opt
............\....\test.plg
............\....\test.rc
............\....\testDoc.cpp
............\....\testDoc.h
............\....\testView.cpp
............\....\testView.h
............\实验结果截图.png