Location:
Search - windows paint
Search list
Description: C++课程设计时做的一个基本图形处理软件,由C++语言编写而成,使用了基本的Graphics.h库文件,自己定义的基本图形类及其操作。可以实现类似Windows"画图"的基本功能操作:
能够处理整体或单个图形的左移、右移、上移、下移,放大、缩小、删除、保存、读取等操作。可以设置线型的粗细,可以设置画线的颜色,整个界面都和Windows很相似,菜单,鼠标,键盘,快捷键,等。-C++ Courses designed to do a basic graphics processing software, from C++ Language prepared by the use of the basic Graphics.h library files, their definition of the basic graphics category and its operation. Similar to Windows Paint can realize the basic functions of the operation: the ability to deal with a whole or individual graphics left, Move right, Move, Move, enlarge, shrink, delete, save, read and other operations. Can set the line thickness, you can set the color of painted lines, the entire interface and Windows are very similar, menu, mouse, keyboard, shortcuts, and so on.
Platform: |
Size: 233472 |
Author: 清清凉 |
Hits:
Description: MFC画图,实现类似与Windows系统画图软件的功能-MFC drawing to achieve a similar system with the Windows Paint software
Platform: |
Size: 168960 |
Author: ycj |
Hits:
Description: VB写的仿windows的绘图工具,可以实现多种绘图编辑功能-VB wrote fake windows of the drawing tools, you can achieve a variety of graphics editing features
Platform: |
Size: 22528 |
Author: fsdaf |
Hits:
Description: 该程序主要模仿Windows的画图程序。能够画简单的直线,长方形,椭圆,并且可以填充。-The program mainly to imitate the Windows Paint program. Can draw a simple straight line, rectangle, ellipse, and can be filled.
Platform: |
Size: 764928 |
Author: Michael |
Hits:
Description: *** *** ****MiniDrawPad 的说明**********************************************
本程序完成的是一个类似于Windows画图板的画图程序。完成的功能有:
(1) 新建一个空白文档
(2) 打开或保存图形文档
(3) 绘制基本图形:直线,矩形,实心矩形,椭圆,实心椭圆,圆,实心圆,圆角矩形,实心圆角矩形。
(4) 用鼠标拖动进行随笔画
(5) 橡皮擦
(6) 添加文字
(7) 选择字体风格: 粗体,斜体
(8) 设置画笔颜色
(10)设置画笔粗细
(11)屏幕没有闪动情况-**************** MiniDrawPad note********************************************** This procedure is similar to the completion of a drawing board Windows Paint program. Completion of the function are: (1) Create a new blank document (2) open or save graphics files (3) rendering the basic graphics: linear, rectangular, solid rectangular, oval, solid oval, round, solid round, rounded rectangular, solid round rectangular angle. (4) with the mouse to drag the essay painting (5) Eraser (6) Add text (7) Select the font style: bold, italic, (8) set the brush color (10) set the brush size (11) screen is not flashing situation
Platform: |
Size: 232448 |
Author: stone |
Hits:
Description: 在Delphi中,用户可以使用多种方式在程序中使用图形图像:既可以在设计时插入预先做好的图像,又可以在设计时用图像控件创建它们,或者在运行时动态地画出它们,本软件就是运用了Delphi的动态建图功能,使其具有Windows画图程序的主要功能-In Delphi, the user can use a variety of ways to use graphics in the proceedings image: not only can do a good job in the design of pre-insert images, but also used the images in the design of controls to create them, or dynamically at run time to draw them, This software is the use of Delphi s dynamic production plan function, so that it will have Windows Paint program s main functions
Platform: |
Size: 606208 |
Author: zhoulong |
Hits:
Description: A fast Matlab Paint GUI that works similarly to the Windows Paint program (except for the ROI image
Platform: |
Size: 13312 |
Author: 张丽娜 |
Hits:
Description: 类似Windows画图板的小程序 功能和界面全部模仿于Windows自带的画图板,功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。-Similar to Windows Paint program features small plates and interfaces in Windows, bringing all to imitate the drawing board, features mainly include: hand-painted lines, simple graphics, text input, drag and drop block, repeated withdrawal, screen zoom, open the save image file, In addition to directly from the database or XML access pictures, also provides access to images from the Base64 encoding of the interface, the other also achieved the same effect and drawing board of the toolbox and the color cartridge.
Platform: |
Size: 168960 |
Author: jh |
Hits:
Description: 小型画板,可以实现windows画板的功能-Small Sketchpad, you can realize the function of windows Sketchpad
Platform: |
Size: 7411712 |
Author: 张伟 |
Hits:
Description: 模拟Windows中的画图程序,可以选择画直线、矩形、圆形、文字,可以设置画笔的粗细和颜色等-Simulation of the Windows Paint program, you can choose to draw a straight line, rectangle, circle, text, you can set the brush size and color, etc.
Platform: |
Size: 14336 |
Author: rongyin |
Hits:
Description: A paint program writting in C#.
It is a simple program simulating the windows paint program.-A paint program writting in C#.
It is a simple program simulating the windows paint program.
Platform: |
Size: 1627136 |
Author: James0 Bond0 |
Hits:
Description: windows绘图,使用toolbar和dialogbar-windows paint,using tool bar and dialog bar
Platform: |
Size: 2455552 |
Author: archmager |
Hits:
Description: 一个类似Windows画图板的小程序,拿来和大家分享一下。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件.-A similar drawing board of a small Windows program, use and share with you. The main features include: hand-drawn lines, simple graphics, text input, drag and drop block, repeated withdrawal, screen zoom, open the saved image file.
Platform: |
Size: 164864 |
Author: 雯雯 |
Hits:
Description: 基于VC++开发的简单矢量图形编辑器,包括画直线,画圆,画曲线,可以对图元进行线性,颜色,缩放,平移等操作。界面类似Windows系统下的画图软件,但比较简单。-VC++ development based on a simple vector graphics editor, including painting a straight line, circle, drawing curves, can be linear elements, colors, zoom, pan and so on. Interface similar to Windows Paint software systems, but relatively simple.
Platform: |
Size: 4113408 |
Author: ##真 |
Hits:
Description: windows画图软件,功能基本一样,希望对大家有帮助-windows paint
Platform: |
Size: 547840 |
Author: wf2000 |
Hits:
Description: This program simulates Windows paint in C++ Builder
Platform: |
Size: 9216 |
Author: SGH |
Hits:
Description: 模仿windows自带的画图,用java设计了一个具有画图功能的程序-Imitate windows comes with Paint, using java design features a drawing program
Platform: |
Size: 125952 |
Author: JJJ |
Hits:
Description: 模仿windows的画笔,可以绘制直线、任意曲线、圆、矩形并填充。有颜色替换功能。可以对打开的图片进行放大和缩小-It s like windows paint. You can draw straight lines, curve lines, circles, quadrics and fill them. You can also replace a certain color.
Platform: |
Size: 834560 |
Author: 清石 |
Hits:
Description: windows 画图程序,调用windows API,比较简单-windows drawing program, call the windows API, relatively simple
Platform: |
Size: 2945024 |
Author: kunge |
Hits:
Description: Alternative of windows paint
Platform: |
Size: 7209984 |
Author: Msalem
|
Hits: