搜索资源列表
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.
draw_rectangle
- windows MFC编程,点击鼠标左键,在鼠标点击的区域,屏幕上画一个矩形-windows MFC programming, click the left mouse button, click the mouse region, draw a rectangle on the screen
Graphic
- 程序实现在MFC下基本图形的绘制,包括点,线,矩形,椭圆,还有图片的显示。-Program in MFC basic graphics rendering, including point, line, rectangle, ellipse, there are pictures of the show.
Hbrush-rectangle
- 用画刷实现WINDOW32APPLITION 编程,用的是WIN32 函数,没用用MFC,适合初学者。-using the brush to draw a picture ,not using the MFC to draw the picture.
Test_Rect
- 在图片上画一个矩形,可以变成红色的,等一系列操作,mfc的开始!-Draw a rectangle in the picture, can become red, and a series of operations, mfc start!
opencvlizi
- 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
MFC-bmp-picture
- 用MFC打开BMP图像后画个矩形然后保存-open a bmp picture and draw a rectangle then save it by using MFC
MFCpoint--line--rectangle--drawing
- MFC实现点,直线,矩形,椭圆的绘制,对于初学MFC很有帮助-MFC achieve point, line, rectangle, oval drawing
MFC-OnDraw
- MFC 橡皮筋法绘制直线 矩形 圆 多边形 右击后换颜色-MFC rubber band method to draw a straight line rectangle round polygon right-click to change color
rectangle
- C++ MFC程序 用彩色线条在界面不同地方绘出不同的矩形-Draw different rectangles with colored lines in different places of the interface using MFC
MFC
- 设计一个带动画操作的程序,要求具有以下几种功能: (1)带快捷选单(Line、Ellipse、Rectangle) (2)通过点击菜单项输出相应的图形 (3)通过工具栏按钮保存打开图形 (4)按键盘上的“M”键开始动画操作,使一个位图(自行设计)沿着图形移动-Design a program with animation operation required to have the following functions: (1) With the shortcut
MFC
- MFC框架,实现canny边缘检测和在图像中画矩形的功能-MFC framework canny edge detection and draw a rectangle in the image function
MFC-call-OpenGL-graphics
- MFC调用OpenGL编程,通过OpenGL在客户区画一个长方体,可以旋转,放大并且缩小-MFC Calling OpenGL programming, via OpenGL to draw a rectangle in the client area, you can rotate, enlarge and shrink
yansejuxin
- 3.5_常用控件之3编辑框控件——改变颜色填充矩形,基于MFC的VC++带详细的步骤文档-3.5_ common controls of three edit box control- change colors fill the rectangle, MFC-based VC++ document with detailed steps
MFC-rectangle-lines
- MFC绘制矩形和直线,功能较为齐全,非常不错-MFC draw rectangles and straight lines, functions more complete, very good
MFC
- MFC绘图软件,可画直线,圆和椭圆,矩形等,可选颜色和线条粗细。-MFC graphics software can draw a straight line circles and ellipses rectangle optional color and line thickness
例2-4
- 绘制左上角点为P0(100,100),右下角点为P1(600,300)的矩形。矩形边界线为1像素宽的蓝线,矩形内部填充为绿色(Draw the left upper corner is P0 (100100), the lower right corner is P1 (600300) rectangle. The rectangle boundary line is 1 pixels wide blue line, and the inner rectangle is filled with
例2-7
- (1)该函数使用当前画刷填充整个矩形,包括左边界和上边界,但不包括右边界和下边界。 (2)当前画笔对该函数不起作用。((1) the current brush fills the rectangle using the function, including the left and upper boundaries, but does not include the right boundary and the lower boundary. (2) the current brush
MFC_DRAW
- 1. 多文档 MFC 程序 2. 能画基本的二维图形:线段、三角形、矩形、圆、椭圆、任意多边形、文字 3. 位图的操作:能读入位图,并在位图上画图,能把图形保存为位图 4. 编辑功能:设置属性(线型、填充方式、颜色、字体、字体大小) 5. 快捷菜单:快捷菜单应该有 6. 序列化:能把图形图像保存为文件,也能从文件中读出并显示图形和图像(1. multi document MFC program 2. can draw basic two-dimensional graphics: l
MFC画图板
- MFC画图板,可以画一些基本图形,如直线,椭圆,扇形,矩形,弦形,三角形。 可以保存为BMP的文件(MFC drawing board, you can draw some basic graphics, such as line, ellipse, sector, rectangle, string, triangle. Files that can be saved as BMP)