搜索资源列表
java绘图程序
- 一个java图形绘制程序,实现了线条,圆,矩形的绘制-a graphics drawing program, achieving line, circle, rectangle drawing
简单的绘工具
- 本例实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。本章主要介绍了视图文档的程序框架的应用,创建工具条,使用设备环境变量的各种绘制功能,使用设备环境变量的不同绘制模式,实现文件的流式存储与加载功能等。-the cases to achieve a simple painting tool, the graphics tools with open and closed, preservation, Save document f
Windows绘图
- 1、 在客户区内使用画笔和画刷绘制一个矩形。 2、 使用红色网格绘制一个椭圆。 3、 使用绿色点划线绘制椭圆的轴线 -one in the district customers use a brush and brush painting drawing a rectangle. 2, the use of red mesh drawing an ellipse. 3, the use of green point line drawing elliptical axis
完成通过鼠标在视图窗口内绘制任意形状的线
- 所绘画出的线段类型、颜色和粗细,还有如何定 义画刷的填充颜色和类型。如何用Rectangle函数绘画矩形、用Ellipse函数绘画圆和椭圆和运用 -drawn up by the line type, color and thickness, and how to define the brush paintings filled with color and type. How Rectangle function rectangular painting, painting w
mfc简易画笔
- 一个简单的绘图程序,能够绘制矩形,直线,椭圆等一系列的图形。比较方便,还可以随意改变图形的颜色。-a simple drawing program, to draw a rectangle, straight, oval and a series of other graphics. More convenient, but also can arbitrarily change the color graphics.
3DRect
- 3DRect.h和3DRect.cpp中包含了用于绘制3D矩形的C3DRect类。将其添加到你的工程中,适当添加#include \"3DRect.h\",就可以直接使用了。可以自由设置斜切边宽度。-3DRect.h and 3DRect.cpp contains 3D rendering for the rectangular C3DR ect category. To add them to your project, the addition of appropriate # includ
TheMenu3
- 本实例将实现一个可动态更新的绘图菜单,当满足一定条件时,会打开或折叠部分菜单项 程序功能说明:当[固定大小]菜单项被选中时,相应的几项菜单也被显示。用户选择好大小和图形(是椭圆,还是矩形),在窗口中单击鼠标左键,将绘制相应的图形。 当[自定义大小]菜单项被选中时,则几个提供固定大小的菜单项被移去。用户选择图形(是椭圆还是矩形后),在窗口中按住鼠标左键并托动,程序将绘制相应图形。 -example of the realization of a dynamic update
chap08huitugongju
- 一个用VC++编写的绘图工具,可以进行直线绘制、矩形绘制、圆弧绘制等。-a VC prepared by the graphics tools for drawing straight lines, rectangular painting, drawing, etc. arc.
1-1
- 渐变背景,在窗体中从上至下依次绘制多个矩形,使它们的填充色从蓝变化到黑,就能很好地模拟出渐变效果-graded background, in which top-down windows were drawing more than rectangular, filling their color changes from blue to black. it will be able to simulate effects of graded
zsjxd
- 用API函数编写一个键盘处理程序,要求在窗口中绘制一个矩形,大小与颜色自己确定,当按光标键时,矩形能够随之移动,若按字符键时能够将按键的字符写在矩形中,写满自动清空。-used to prepare an API function keyboard handling procedures, requirements in the window drawing a rectangle, Size and color set ourselves that if the cursor keys, wi
TEST
- 自己开发的一个绘图程序,自定义了工具栏,可以绘制直线,矩形,圆等图形,还可以对图形进行放缩处理。
ToolBar
- 一个通过工具栏,菜单实现绘制矩形和椭圆形程序。想更改工具栏,不太成功。
MFCdra 直线,矩形等基本图形的绘制
- MFC绘图可以实现直线,矩形等基本图形的绘制与设置转化-MFC drawing
MyPaint
- 1、 在屏幕上绘制图形以下图形 直线:从[200,200]到[300,350]画一宽度为3,蓝色的实线,。 矩形;左上角为[150,120]右下角为[200,300],外框为黑色,填充画刷为HS_CROSS,红色。 椭圆弧: 椭圆: 扇形: 2、 用LOGFONT结构来定义字体,输出文本;用字体对话框来选择字体格式、字体颜色。 分别在上述图形的附近标注出:直线、矩形、椭圆、椭圆弧
ToolDemo
- 简单的实现工具栏,为工程添加一绘图下拉菜单,在其添加了“绘制矩形”菜单命令项,在工具栏添加一个图像按钮,并实现其功能-The realization of a simple toolbar, add a mapping for the project drop-down menu, add it in the " Draw Rectangle" menu item command, the toolbar button to add an image, and the real
drawtu
- 这个VC++程序的是功能是实现在窗口绘制矩形、椭圆、多边形等图形-This is the VC++ program function is to achieve in the window draw a rectangle, ellipse, polygon and other graphic
Rect01
- 此程用于在文本框中绘制矩形,里面添加了相应的菜单。绘制时左键单击鼠标并拖动,就可以绘出矩形。-This process is used to draw a rectangle in the text box, which added the appropriate menu. Rendering left-click and drag the mouse, you can draw a rectangle.
draw1
- 编写应用程序,可以利用鼠标绘制矩形和圆形,具体功能要求如下: 1、 通过单击工具条按钮(或菜单项)选择绘制矩形或者圆形; 2、 绘制过程中要求实现橡皮线功能和重画(窗口改变的时候,已绘制的图形不能消失); 3、 程序中只能使用SetPixel绘图函数,不能使用其它绘图函数; 4、 [本功能选作]通过单击工具条按钮(或菜单项)显示对话框,让用户可以设置绘制图形的颜色(可以分别输入RGB三颜色分量)-Write applications that can use the mouse
4MyMessage
- 生成菜单,绘制矩形,单击鼠标时显示单击鼠标次数-Build menu, draw a rectangle, click the mouse to click the mouse Views
MFC-rectangle-lines
- MFC绘制矩形和直线,功能较为齐全,非常不错-MFC draw rectangles and straight lines, functions more complete, very good