Welcome![Sign In][Sign Up]
Location:
Search - draw rectangle in C

Search list

[GDI-BitmapRectTracker

Description: MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there's no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
Platform: | Size: 50176 | Author: 肖吉 | Hits:

[Graph Drawingvc_simple_draw

Description: VC编写简单的绘图程序,可绘制直线,矩形和圆,通过该程序,可使初学者快速入门-VC to prepare a simple drawing program, can draw a straight line, rectangle and round, through the program, will enable beginners to get started quickly
Platform: | Size: 306176 | Author: asdf | Hits:

[Windows DevelopVcProgram

Description: C++下的简单绘图程序源代码,自己做的,初学者适用-The simple program which can draw picture such as circle line point rectangle.
Platform: | Size: 1931264 | Author: llc | Hits:

[DirextXDraw

Description: 一个很小的VC++6.0画图程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初级的参考-A small VC++6.0 drawing program, can provide, including drawing a straight line, rectangle, rounded rectangle, and polygon features can be used as the primary reference for VC graphic image
Platform: | Size: 116736 | Author: suyanhua | Hits:

[Graph DrawingDraw

Description: 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing software, to achieve the following functions: 1. Dynamic draw text, line, rectangle, circle (oval), polygons and other basic graphics 2. Can change the graph color, thickness, line type (solid line, dashed, dotted, etc.) 3. can graph cut, copy, paste, zoom (in whole or in designated areas) and other basic editing functions 4. basic graphic save, open, display and other functions
Platform: | Size: 4000768 | Author: 李超 | Hits:

[GDI-BitmapEasyDraw

Description: EasyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识。EasyDraw拥有以下功能: 1.直线、矩形、椭圆的绘制。 2.可以更改绘制线条的类型、宽度、颜色。-EasyDraw is a simple drawing software, in this instance the integrated use of this chapter describes the Visual C++ 2005 basics. EasyDraw has the following features: 1 line, rectangle, ellipse drawing. 2 You can change the type of draw lines, width, color.
Platform: | Size: 10731520 | Author: 王胜 | Hits:

[GDI-BitmapDraw

Description: a)GDI基本绘图:矩形,线段,椭圆,圆角矩形,铅笔画,多线(不闭合),多边形(闭合),半月铉等等。 b)边框和颜色设置。 c)每种图层支持绘画过程。 d)每种图层都支持拖动过程。 e)在OnDraw函数中,使用双缓冲技术防止闪烁 -a) GDI Basic Drawing: rectangle, line, ellipse, rounded rectangle, pencil drawing, multi-line (not closed), polygons (closed), a half-hyun. b) borders and color settings. c) for each layer to support the process of painting. d) Each layer supports drag process. e) in the OnDraw function, use double buffering technology to prevent flicker
Platform: | Size: 5460992 | Author: | Hits:

[OtherRectangle

Description: 根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中-Rectangle Create a class Rectangle with attributes length and width, each of which defaults to 1 a. Provide member functions that calculate the perimeter and the area of the rectangle. b. Also provide set and get functions for the length and width attributes. The set functions should verify that length and width are each integer numbers larger than 0 and less than 20. c. Write draw function to display the Rectangle: in Assignment1. ) d. Write a driver program to test class Rectangle.
Platform: | Size: 4096 | Author: 沈晴雯 | Hits:

[Special Effectsbmpprocess

Description: 纯C++实现8位和24位图像的放缩保存,并在图像中画一个矩形方框-Pure C++ achieve the 8-bit and 24-bit image scaling saved, and draw a rectangle in the image box
Platform: | Size: 4935680 | Author: taozongqin | Hits:

[Graph Drawingrectangle

Description: C++ MFC程序 用彩色线条在界面不同地方绘出不同的矩形-Draw different rectangles with colored lines in different places of the interface using MFC
Platform: | Size: 2503680 | Author: rivulet | Hits:

[source in ebook5ti

Description: 用C#设计一windows应用程序,,,按“A”画圆,按“B”画矩形,按“C”画三角形。-Design A Windows applications in C#, and, according to the A circle, rectangle according to the B picture, in accordance with the C draw A triangle.
Platform: | Size: 46080 | Author: 王跃彬 | Hits:

[CSharpConsoleApplication1

Description: 在C#中treefrom窗口中在图像中划直线和矩形-In c# lines draw line and rectangle in the image
Platform: | Size: 200704 | Author: 璇洛 | Hits:

[Dialog_Windowdraw

Description: 一个简易的画图程序,用VC++写的,可实现画直线画矩形等功能。-A simple drawing program, written in C++, you can achieve linear paintings draw a rectangle, and other functions.
Platform: | Size: 408576 | Author: su | Hits:

[Windows DevelopScreenShotTool

Description: 基本上模仿QQ截图做的,初学者,里面用到的一些学习资料和技术的文档,放在doc中,方面大家学习,bin里放的是应用程序,ReadMe.txt里的有些功能说明,完成了截图,保存,关闭,画直线,画矩形,不规则画笔,文字编辑功能,自识别区域截图,自识别区域描边,区域高亮等功能,有兴趣可以下下来学习学习。(Basically do the imitation QQ screenshot, beginners, some learning materials and techniques used inside the document, on the doc, we study, bin is on the application, some functions in ReadMe.txt, completed the screenshot, save, close, draw lines, draw a rectangle, irregular brush text editing, self recognition and self recognition regional screenshots, regional position, regional highlight and other functions, are interested in it can learn.)
Platform: | Size: 5841920 | Author: 玖伍貳柒 | Hits:

CodeBus www.codebus.net