- 1、本文档共60页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
VB绘图软件开发论文
J I A N G S U U N I V E R S I TY
本 科 毕 业 论 文
绘图软件开发
Develop the painting software
摘要
提起Windows中的画笔,恐怕使用过计算机的人谁都知道?虽然其绘图功能无法与专业的绘图软件相提并论,但也能够应付用户日常绘图的需求。本文主要利用Visual Basic6.0开发平台,通过调用Windows的Api函数GDI的方法,开发出的如“画笔”一样的软件。
本文研究了图形绘制的基本方法函数及其相关技术,讨论了VB系统的特性,详细地阐述了绘图的基本理论及其开发设计思想,程序的各个功能模块的设计思想、实现过程、主要算法和系统特点。通过本系统的开发设计,大大提高了自己的图形系统的设计能力。
本软件具有可视化的操作界面,人性化的操作环境,功能齐全,操作简单易懂。
关键字:绘图、Windows、GDI、VB 6.0
Abstractor
Bring up the paintbrush in the Windows, afraid of to use the person of the calculator who all know? Although it paint function cant with profession of painting software place on equal footing, also can cope with the need that the customer paints usually. The continuation introduces to make use of the Visual Basic6.0 development terraces, pass the method of adjust the Api function GDI of use the Windows, develop of such as similar software of paintbrush.
This text studied basic method function and its related techniques that sketch draw, discussing the characteristic of the system of VB, elaborating the basic theories of the painting in detail and it develops the design thought, the design thought of the each function mold piece of the procedure, carry out the process, main calculate way and system characteristicses.Pass the development design of this system, improve the design ability of own sketch system consumedly.
This software has the operation interface that can see to turn, humanized operation environment, the function is well-found, operating to understand in brief and easily
Key Words: Draw、Windows、GDI、VB 6.0
目录
目录 4
第一章 绪论与系统需求 5
1.1、设计目的 5
1.2、用户特征 5
1.3、运行环境 5
1.4、外部接口需求 6
1.5、功能需求 6
1.6、vb平台开发图形软件分析 6
1.6.1、vb图形开发的弱点 6
1.6.2、api函数介绍 7
1.6.3、vb中api函数的使用 7
1.6.4、使用消息(Messages) 8
1.6.5、vb中坐标系的介绍 9
第二章 系统设计与实现 10
2.1、系统功能设计 10
2.2、详细设计 11
2.2.1、软件结构 11
2.2.2、详细模块设计过程。 12
第三章 关键实现技术 17
3.1 镜像与旋转的实现技术 17
3.2 放缩操作实现 18
3.3 清除当前画板 18
3.4 打印输出与壁纸设置 19
3.5 剪切板操作 19
3.6 图形绘制 21
第四章 系统测试 23
第五章 总结 25
参考文献 27
致谢 28
附录 程序代码与实现 29
文档评论(0)