Welcome![Sign In][Sign Up]
Location:
Search - MFC Ellipse

Search list

[Picture ViewerEllipse

Description: 一个MFC写的图形程序,椭圆的.比较简单,大家一起来分享下.-A graphics program written in MFC, elliptical. Relatively simple, that everyone will work together to share the next.
Platform: | Size: 52224 | Author: 李颖杰 | Hits:

[Windows DevelopGraphic

Description: 程序实现在MFC下基本图形的绘制,包括点,线,矩形,椭圆,还有图片的显示。-Program in MFC basic graphics rendering, including point, line, rectangle, ellipse, there are pictures of the show.
Platform: | Size: 355328 | Author: 小白 | Hits:

[Windows Developtext

Description: Windows记事本程序,MFC应用程序,有类似于Windows记事本和画图板两种功能。记事本能实现数据存储,画图板能实现点 线 椭圆画图功能-Windows Notepad program, MFC application that has similar to Windows Notepad and the drawing board two functions. Notepad instinctively realize data storage, drawing board to achieve point line drawing function ellipse
Platform: | Size: 64512 | Author: sy | Hits:

[GDI-BitmapDrawTools

Description: DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。-DrawTools sample shows how to create a Windows Forms application for drawing graphic objects in a Windows client area using mouse and drawing tools. Drawing tools implemented in this sample are: Rectangle, Ellipse, Line, and Pencil. There are well-known techniques for creating such type of applications, like: interaction with mouse, flicker-free drawing, implementing of drawing and selection tools, objects selection, managing of objects Z-order etc. MFC developers may learn all this stuff from MFC sample DRAWCLI. DrawTools C# program reproduces some of DRAWCLI functionality and uses some design decisions from this sample.
Platform: | Size: 253952 | Author: 徐欣 | Hits:

[VC/MFCB06022

Description: 提供一个图形工具界面,让用户能够画出直线,椭圆,多边形等几何元素,结果可以保存并可读出。 掌握:MFC类CDC的成员绘画函数LineTo(), Ellipse(), Polygon()等的使用; -Tool provides a graphical interface, allowing users to draw a straight line, ellipse, polygon, such as the geometric elements, the results can be saved and read out. Master: MFC Class members CDC painting function LineTo (), Ellipse (), Polygon (), etc.
Platform: | Size: 5575680 | Author: 同盟 | Hits:

[Windows Developcoordinate-ellipse

Description: 用WINDOWS 32 APPLITION 实现通用的坐标设计,函数是WIN32函数,没用MFC。-using windows 32 applition to draw a zuobiao,not using the MFC.
Platform: | Size: 1024 | Author: ganggang | Hits:

[Graph programline-ellipse-circle

Description: 用vc++的mfc完成的一个可以画圆,椭圆,直线的程序-Vc++ mfc with the completion of a can draw a circle, ellipse, straight line program
Platform: | Size: 1835008 | Author: 何耀东 | Hits:

[Graph DrawingEllipse

Description: 基于VC++ MFC的对话框画圆,并可通过滚动条改变圆的颜色-Based on VC++ MFC dialog Circle, and through the scroll bar to change the color circle
Platform: | Size: 8443904 | Author: 安琪 | Hits:

[GUI DevelopEllipse

Description: VisualC++6.0下用MFC画椭圆的源程序,这是在学计算机图形学时自己写的,希望对入门者有所帮助。-VisualC++6.0 using MFC under the oval picture of the source, this is the time to write their own computer graphics school, and want to help beginners.
Platform: | Size: 22528 | Author: dstmath | Hits:

[Graph DrawingMiniDraw

Description: 使用MFC,一个简单的画板程序,实现了画直线,曲线,椭圆,长方形,多边形.VC6-A simple drawing board procedures, the drawing a straight line, curve, ellipse, rectangle, polygon
Platform: | Size: 66560 | Author: 桂义林 | Hits:

[OpenGL programEllipse

Description: OpenGL中椭圆的源代码,MFC类响应OnDRAWEllipseTO中的代码编写-OpenGL source code of the ellipse, the MFC class response code is written in OnDRAWEllipseTO
Platform: | Size: 5120 | Author: yuanguoxi | Hits:

[GUI DevelopMFC

Description: 设计一个带动画操作的程序,要求具有以下几种功能: (1)带快捷选单(Line、Ellipse、Rectangle) (2)通过点击菜单项输出相应的图形 (3)通过工具栏按钮保存打开图形 (4)按键盘上的“M”键开始动画操作,使一个位图(自行设计)沿着图形移动-Design a program with animation operation required to have the following functions: (1) With the shortcut menu (Line, Ellipse, Rectangle) (2) is output by clicking on the menu item corresponding graphic (3) via a toolbar button to save open graphics (4) Press the "M" key on the keyboard to start the animation operation, a bitmap (own design) along a graph
Platform: | Size: 2491392 | Author: wendy | Hits:

[OpenGL programEllipse

Description: OpenGL中椭圆的源代码,MFC类响应OnDRAWEllipseTO中的代码编写-OpenGL source code of the ellipse, the MFC class response code is written in OnDRAWEllipseTO
Platform: | Size: 5120 | Author: swithPr | Hits:

[GUI DevelopEllipse

Description: VS2015, MFC, 可以随窗体大小改变而不断改变形状和颜色的椭圆-VS2015, MFC, an eclipse whose shape and color change with the size of the window
Platform: | Size: 78848 | Author: liu | Hits:

[Graph DrawingEllipse-midpoint-algorithm

Description: 计算机图形学中基于mfc的OpenGl实现的圆弧中点扫描算法绘制椭圆,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGl MFC implementation of the arc midpoint scanning algorithm to draw the ellipse, the radius can be their own settings, with the executable file.
Platform: | Size: 2812928 | Author: 蔡颖 | Hits:

[VC/MFCmfc_draw

Description: mfc 图形学 ,绘制基本图形实验。 直线段(dda,mid,bre),圆(八分),椭圆(四分),区域填充(四联通区域递归),直线段裁剪(Cohen-Sutherlan),设定颜色 1.拖动鼠标左键绘制直线段、圆、椭圆、 直线段裁剪时所需窗口,拖动鼠标右键绘制待裁剪的直线段,鼠标中间确认裁剪 2.鼠标左键单击确认要填充的多边形,在该多边形内部单击右键确认该点为种子点并填充。(Mfc graphics, drawing basic graphics experiments. (Dda, mid, bre), circle (eight points), ellipse (quarter), area filled (four Unicom region recursion), straight line cut (Cohen-Sutherlan), set the color 1. Drag the left mouse button to draw a straight line, circle, oval, straight line cut the required window, drag the right mouse button to draw the line to be cut, the middle of the mouse to confirm the cut 2. Click the left mouse button to confirm the polygon to be filled, right click inside the polygon to confirm that the point is the seed point and fill it.)
Platform: | Size: 385024 | Author: lwq974962192 | Hits:

[Special Effects例2-5

Description: 例2-5 在屏幕客户区内绘制内切椭圆,椭圆的形状依据客户区形状而改变。椭圆边界为1像素宽的蓝线,内部填充为绿色(Example 2-5 draws an inscribed ellipse in the screen client area, and the shape of the ellipse varies according to the shape of the client area. The ellipse boundary is 1 pixels wide blue line, and the inner is filled with green)
Platform: | Size: 43008 | Author: 泉欣 | Hits:

[GDI-BitmapMFC_draw

Description: 哈工大图形学实验,MFC和C++实现,画出一个椭圆和一条折线,椭圆可以跟随折线运动(Draw an ellipse and a broken line, the ellipse can follow the broken line)
Platform: | Size: 47225856 | Author: 箫淮 | Hits:

[Dialog_WindowMFC_DRAW

Description: 1. 多文档 MFC 程序 2. 能画基本的二维图形:线段、三角形、矩形、圆、椭圆、任意多边形、文字 3. 位图的操作:能读入位图,并在位图上画图,能把图形保存为位图 4. 编辑功能:设置属性(线型、填充方式、颜色、字体、字体大小) 5. 快捷菜单:快捷菜单应该有 6. 序列化:能把图形图像保存为文件,也能从文件中读出并显示图形和图像(1. multi document MFC program 2. can draw basic two-dimensional graphics: line segment, triangle, rectangle, circle, ellipse, arbitrary polygon, and text 3. bitmap operation: can read the bitmap, and picture on the bitmap, can save the figure as a bitmap 4. edit function: set properties (line type, fill mode, color, font, font size) 5. shortcut menu: the shortcut menu should have 6. serialization: can save graphic images as files, and can read and display graphics and images from files.)
Platform: | Size: 15457280 | Author: 小小MIKO | Hits:

[Graph DrawingMFC画图板

Description: 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)
Platform: | Size: 5143552 | Author: hkjabcd | Hits:
« 12 3 »

CodeBus www.codebus.net