Location:
Search - 对话框,画线
Search list
Description: 最基本的在对话框中画线的程序,今天找了很久才找到。
Platform: |
Size: 26357 |
Author: 阳光 |
Hits:
Description: 想学习opengl来编辑软件的可以通过此例可以学习好多东西,编辑对话框,可以通过改变球心坐标,球半径来画出你想要的球的大小,并且画出的是OPENGL中画的线显示的球
Platform: |
Size: 68979 |
Author: huzhizhao |
Hits:
Description: 实现捕获鼠标的功能,实现实时的画线功能
Platform: |
Size: 24752 |
Author: moxuyou |
Hits:
Description: 程序的功能:
一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。
二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。
三、用两种算法(中点法和正负法)画任意圆。
四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。
五、多边形填充。用鼠标取点画任意多边形,可选取任意颜色去填充多边形区域。
六、矩形填充。用鼠标任取两点确定矩形区域,选取任意颜色去填充。
七、直线裁剪。有两种算法实现这一功能,梁友栋法和编码法。先用鼠标画一直线,然后再取两点确定一矩形裁剪框,点击一下右键,裁剪成功。
八、多边形裁剪。先用鼠标取点画一任意多边形,点击右键后继续取两点确定裁剪矩形框,在点击一次右键裁剪执行。
九、弹球。-procedures functions : one, using two different algorithms (DDA law and midpoint) painting arbitrary line, input from a little mouse, and the dialog box input linear endpoint law. Linear color line drawing in the former arbitrary selection. Two straight attributes. From the dialog box indiscriminate importation linewidth linear paintings. The paintings are dotted line function, you can enter dotted line which is part of the length and spacing of the gap length to paint a dotted line. And, third, using two algorithms (the midpoint of law and the positive and negative) painting arbitrary round. Four paintings arbitrary elliptic. Elliptic painting from 2:00 arbitrary time limit to determine a rectangle, rectangle determined by the size of the ellipse. 5, polygon filling. Dotted with the mouse
Platform: |
Size: 1928192 |
Author: upcorange |
Hits:
Description: 这是一个简单的画圆功能,主要让用户学会如何利用Windows提供的画图工具,用户单击鼠标右键则会弹出对话框选择线宽,在菜单上也设计了圆的颜色选择菜单。-This is a simple function of the Circle. mainly for users to learn how to use Windows for the drawing tools, Users right-click pop-up dialog box will be chosen linewidth, the menu also designed a circular color choice menu.
Platform: |
Size: 891904 |
Author: 刘海涛 |
Hits:
Description: AO开发:鹰眼图功能,虫眼功能,ArcMap中调用现有的功能,在屏幕上画线,ArcMap中添加要素,利用对话框添加lyr数据-AO Development: Eagle Eye diagram function, eye function insects, ArcMap to call the existing functions of painting lines on the screen, ArcMap to add elements, use the dialog box to add Lyr data
Platform: |
Size: 5120 |
Author: 吴琼 |
Hits:
Description: 在vc对话框中任意画线,略微进行修改以后还可以画任何形状-Dialog box in vc arbitrarily drawing a line, after a slight modification can also be painted any shape
Platform: |
Size: 44032 |
Author: 张萌 |
Hits:
Description: 最基本的在对话框中画线的程序,今天找了很久才找到。-The most basic drawing a line in the dialog box procedure for a long time today looking to find.
Platform: |
Size: 1873920 |
Author: 阳光 |
Hits:
Description: 想学习opengl来编辑软件的可以通过此例可以学习好多东西,编辑对话框,可以通过改变球心坐标,球半径来画出你想要的球的大小,并且画出的是OPENGL中画的线显示的球-Want to learn opengl to edit the software through this Example can learn a lot of things, editing dialog, you can by changing the core coordinates, the ball radius to draw the ball you want the size, and is painted in the painting line OPENGL show that the ball
Platform: |
Size: 68608 |
Author: huzhizhao |
Hits:
Description: vc6.0编程实例详解
本书共包括12个实例:
Simple:第3章、第5章,简单的MDI应用,并说明如何响应鼠标消息,如何创建快捷菜单。
DlgBased:第4章,最基本的基于对话框的应用程序。
Sheet:第4章,利用Visual C++的Components and Controls Gallery创建属性单和向导实例。
DlgCtrl:第4章,对话框及控件实例。
MDI:第5章,MDI应用实例。
PaintDC:第6章,简单的图形处理实例。
GdiSample:第6章,画笔、画刷应用实例。
FontSample:第6章,字体应用实例。
Odbc1:第7章,ODBC数据库应用实例。
VirtualList:第7章,DAO数据库应用实例。
PrintSample:第8章,打印和打印预览实例。
TreadSample:第9章,多线程应用实例。-err
Platform: |
Size: 694272 |
Author: yuyong |
Hits:
Description: 基于MFC对话框的应用程序,编译环境卫VS2003.NET,能够用鼠标在对话框上画曲线。还可以改变线的颜色和线的宽度。-week english
Platform: |
Size: 51200 |
Author: 李强 |
Hits:
Description: 本程序功能与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 color and regional select mobile. Can choose a variety of drawing and painting brush brushes color colors, a variety of linear and linewidth, as well as the painting when it closed pixel fill, of course, but also set the background color, clear images and adjustments, such as the size of canvas, and drawing area Right-click shortcut menu will pop up. Procedures to support the preservation and read the bitmap format.
Platform: |
Size: 2262016 |
Author: NiP |
Hits:
Description: 简单的多线程实验,多个线程在对话框中画,不过没有使用双缓冲,所以会闪烁-thread
Platform: |
Size: 32768 |
Author: huang |
Hits:
Description: 基于MFC对话框做的绘图程序,可以修改对话框的显示背景和画线等-MFC dialog-based drawing program to do, you can modify the display of the dialog box background and draw lines
Platform: |
Size: 1989632 |
Author: 陈国兴 |
Hits:
Description: 橡皮筋画线程序,要求: 利用鼠标在视图上绘制线,能够设置线的颜色和宽度; 能够用鼠标拾取绘制的某条线,被选中的线能够高亮显示,并且弹出对话框,输入线的属性保存起来; 能够将绘制的线数据保存在Li-Elastic draw line procedures, requirements: use the mouse to draw lines in the view, to set the line color and width able to pick up the mouse in a drawn line, the selected line can be highlighted, and the pop-up dialog box , enter the line of property saved able to draw the line data stored in the Li
Platform: |
Size: 57344 |
Author: siq |
Hits:
Description: 绘图程序,画线画圆、椭圆,对话框设置线宽,程序在visual studio 2005下开发,具有很大扩展性。-Drawing program, drawing a line circle, ellipse, line width of the dialog box set, the program is developed in visual studio 2005, has great scalability.
Platform: |
Size: 7273472 |
Author: 香水雨 |
Hits:
Description: 通过对话框输入数据,实现选择性画点,画线,画多边形-Input data through the dialog to achieve selective draw point, draw lines, draw the polygon
Platform: |
Size: 2108416 |
Author: vivi |
Hits:
Description: 1. 正方形:红色线条,绿色填充。
2. 内切园:蓝色线条,绿色线条相交阴影。
3. 画一条粉色线条(自定义线宽)作为方形的对角线。
4. 鼠标左键按下时,如果鼠标位置在圆内,弹出对话框,提示:“鼠标在圆内点击”;如果在方形内,提示:“鼠标在正方形内点击”。(选做)
-This is a simple program for study.
Platform: |
Size: 7168 |
Author: fateflv |
Hits:
Description: 创建对话框,并在对话框中画线,绘制位图,颜色填充。-Create the dialog box, and draw lines, draw the bitmap color fill in the dialog box.
Platform: |
Size: 2253824 |
Author: 张国涛 |
Hits:
Description: 运用C++语言编程,基于MFC的对话框进行画线操作(Using the C++ language programming, the drawing line operation based on the MFC dialog box)
Platform: |
Size: 50040832 |
Author: zhangjw
|
Hits: