文档详情

毕业论文:基于.NET的二维图形绘制处理系统设计与实现(定稿).doc

发布:2017-09-21约1.63万字共39页下载文档
文本预览下载声明
基于.NET的二维图形绘制处理 系统设计与实现 学院名称: 江苏技术师范学院 专 业: 计算机科学与技术 班 级: 07计3W 姓 名: 陆梦豪 指导教师姓名: 徐亚平 指导教师职称: 副教授 2011年5月 基于.NET的二维图形绘制处理系统设计与实现 摘 要:计算机已成为快速、经济的发展应用范围越来越广生产、科研、管理、国防等领域提供了、高效和高精度的图形设计及输出方法功能主要包括线、矩形、椭圆(圆)、多边形更改图绘制改变线条颜色、线型 Design and Development of two-dimension Graphics Drawing System based on .NET Abstract:Computer has become the powerful tool to generate graphics rapidly and economically. Computer drawing technology develops faster and faster, and also has more and more application fields, it provide a high speed, high efficiency and accuracy of the graphic design and the output approach for production, scientific research, management, national defense and other fields. This system is completed in Visual C + +2005 platform, Design to achieved two-dimension graphics drawing system, and its function mainly include drawing simple geometric shapes, including straight line, triangle, rectangle, ellipse (circle), polygon; change the graphics drawing conditions, including change the line color, width, linear, the fill color and mode of the graphics, single and multiple selection of the picture, displacement, rotation, scaling, distortion and other basic operations, as well as graphics storage and reading. Keywords: VC++2005;shapes;drawing;MFC 目录 第一章 绪 论 1 1.1 计算机绘图技术概述 1 1.1.1计算机绘图技术的发展 1 1.1.2 计算机绘图技术的研究内容 1 1.1.3 计算机绘图技术的优点 2 1.1.4 计算机绘图技术的应用 2 1.2 常用绘图软件的简介 3 第二章 开发工具简介 5 2.1 VC++概述 5 2.2 MFC概述 5 第三章 XML文件格式 6 3.1 XML文件格式简介 6 3.2 XML格式的应用 6 第四章 系统分析设计 8 4.1 系统结构图 8 4.2 功能模块分析设计 8 4.2.1 图形绘制功能模块 8 4.2.2 图形处理功能模块 9 4.2.3 图形线条 10 4.2.4 图形填充 11 4.3 文件的存储与读取 11 4.3.1 文件的存储 12 4.3.2 文件的读取 12 4.4 系统界面设计 12 4.4.1 菜单栏 13 4.4.2 工具栏 13 4.4.3 状态栏 13 第五章 系统详细设计 15 5.1 类关系图 15 5.2 基本图形绘制 16 5.2.1 基本图形绘制的函数基础 16 5.2.2 直线 16 5.2.3 矩形 17 5.2.4 椭圆 18 5.2.5 三角形 19 5.2.6 等五边形 19 5.2.7 钢笔工具 20 5.3
显示全部
相似文档