登录
首页 » 图形图像 » 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功...

本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功...

于 2022-06-03 发布 文件大小:2.16 MB
0 204
下载积分: 2 下载次数: 1

代码说明:

本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格式。 程序界面主要由标题栏、菜单栏、工具栏、状态栏、绘图工作区及属性页对话框组成,其中有四个实现不同功能的工具栏,包括MFC自动生成的工具条、自定义的工具箱(ToolBox)、颜色盒(ColorBox)和工具属性栏(ToolStyleBox)。其中MFC自动生成的工具条用于保存文件之类的操作工具箱可以选择绘图或操作方式,颜色盒选取颜色,工具属性栏设置工具属性,状态栏中显示鼠标在绘图区的逻辑坐标,属性页对话框可以改变画布大小及设置背景色和前景色。工具栏和状态栏有停靠和浮动功能。-The program features with Windows under the annex is similar to the drawing software. This procedure is in VC6.0 platforms for use by MFC to support multi-document and multi-view structure, the view for scrolling view, to allow division of the window. Mapping functions including the preparation of a variety of major elements, including a straight line, Bezier curves, rectangle, round rectangle, ellipse (circle), polygon, use a pen or paint brush free drawing, erase eraser, paint bucket to fill, check c

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 《神经网络模式识别及其实现》书中的源代码,从第三章到第九章。...
    《神经网络模式识别及其实现》书中的源代码,从第三章到第九章。
    2022-03-23 13:43:01下载
    积分:1
  • 一个MATLAB 的处理和灰度变换的程序,这个是老师留的作业,里面有详细的讲解过程,非常的详细,对做的朋友非常有用...
    一个MATLAB 的图像处理和灰度变换的程序,这个是老师留的作业,里面有详细的讲解过程,非常的详细,对做图像的朋友非常有用-A MATLAB image processing and gray-scale transformation program, this is the teacher to stay the operation, which explain in detail the process, very detailed images of a friend is very useful to do
    2023-03-06 06:15:03下载
    积分:1
  • 一个类似放大镜的象处理程序。
    一个类似放大镜的图象处理程序。-similar to a magnifying glass image processing.
    2022-03-17 18:42:34下载
    积分:1
  • 12864液晶显示程序的D.在LCD128*64这样的一个例子
    12864 LCD图形显示程序例子 这是一个在LCD128*64上显示图形的一个程序,一直以来都总是不知道怎么搞,现在终于都通了,想当初在网上总找,要不是程序不全,就是无法运行,或者是C51汇编语言,让人不爽,这样的痛苦不可以再让别人难受了。在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振4MHZ,采用并行8线,LCD:TS12864-3,接法在程序中有定义,只要将此程序COPY到你的PICC里编译下载后,在目标板上即可以看到图画了!-12,864 LCD graphics display program is an example of this in LCD128* 64 on the display graphics a procedure has been always do not know how this, now finally have access to the Internet in the first place to find the total, either incomplete process is not functioning, or C51 compilation of language, people quickly do not let the suffering of other people uncomfortable. Displayed on the LCD in an illustration of the "My Computer, My Documents." IC with PIC16F877A, 4 MHZ crystal oscillator, using eight parallel lines, LCD : TS12864-3, then in a process of definition, As long as this program COPY of your compiler downloaded PICC Lane, the target board can see that picture!
    2022-02-22 00:00:38下载
    积分:1
  • OpenGL VC++
    基于VC平台的OpenGL程序 对于初学者会有帮助-OpenGL VC++
    2022-09-23 11:05:03下载
    积分:1
  • This is a high
    这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
    2022-03-15 07:35:34下载
    积分:1
  • 有关Shapefile的C语言函数库和源代码
    有关Shapefile的C语言函数库和源代码-Shapefile the C language library and source code
    2023-03-20 15:55:04下载
    积分:1
  • 号码识别系统,用于识别手写数字。它写的是…
    数字识别,识别手写体。 使用神经网络算法编写。 识别率一般,带训练功能-Number recognizing system,used to recogize the hand writing figures.It is writen by nero network and has low recognizing effects but we can exercise it.
    2022-03-07 15:12:34下载
    积分:1
  • 计算机学初级学者(改进的Bresenham直线段扫描算法)
    计算机图形学初级学者(改进的Bresenham直线段扫描算法)-computer graphics beginner(textbook method), improved bresenham line-scaning drawing algrithm.
    2023-05-25 21:20:03下载
    积分:1
  • 基于静止背景下运动目标检测中恢复背景的示例代码VC程序
    基于静止背景下运动目标检测中恢复背景的示例代码VC程序-based on static background moving target detection resume background sample code VC Program
    2022-01-25 22:36:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载