关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete 虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows graphics mechanism : the use of GDI (Graphics Device Interface) objects. CDC usually use category, CPaintDC same (device-context) equipment under the context windows the MFC programming mechanism, message-driven, pending! Overall app (application programming object) to manually allocate memory CDC and the removal of the deleted object to the release of the system GDI resources every one new operator must delete a corresponding Although he has made, we still hope that a good reading source 下载
|
关于VC和windows 的绘图机制,使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 Windows下的MFC编程机制,消息驱动,事件等待.- 下载
|
使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete -do use development tools, a simple frame structure SDI, handling a bitmap (interested can make MDI), the more important local time BMP file, open only 256 colors (which may be gray) display and memory mapping technology on the palette : the palette is actually an array, four were BYTE B, G, R, Reserved and one each pixel has a corresponding point array. VC and windows on the drawing mechanism : the use of GDI (Graphics Device Interface) objects. CDC usually use category, CPaintDC same (device-context) equipment under the context windows the MFC programming mechanism, message-driven, pending! Overall app (application programming object) to manually allocate memory CDC and the removal of the deleted object to the release of the system GDI resources every one new operator must delete a counte 下载
|
DXF文件绘图接口.可以读出标准DXF文件,按原比例,绘制在计算机屏幕上.-DXF file mapping interface. Can read out the standard DXF file, the original ratio, drawing on the computer screen. 下载
|
DXF文件输出接口.提供类似标准绘图指令,用户利用这些指令,可以写出能够被 ACAD或CorelDraw读入的标准DXF文件.-DXF files output interface. Similar standards for graphics instructions, users of these instructions, it can be ACAD write or read CorelDraw standard DXF files. 下载
|
在VC中实现OpenGL实现3D绘图的好程序 这个程序实际上是一个框架 有了他就可以把在CONSOLE 中的OPENGL程序移植过来 便于GDI图形接口下 实现实时3D开发-in VC achieve OpenGL 3D graphics of the program this procedure is actually a framework has he can in the OpenGL CONSOLE transplant procedures to facilitate GDI graphics interfaces to the development of real-time 3D 下载
|
MDE 是 MiniGUI 的综合演示程序。主要的演示程序有:虚拟控制台程序、控件演示程序、对话框演示程序、字体演示程序、GDI 接口演示程序、看图程序、记事本程序、绘图程序、扫雷游戏、推箱子游戏、俄罗斯方块游戏、合并同类项游戏等。 -MDE MiniGUI is a comprehensive demonstration program. The main demo program are : Virtual Console procedures, controls demo program, the dialog demo program, fonts Demonstration Program, the GDI interface demo program, flashcards procedures, the Notepad program, a plotting program, minesweeping games, magazines games, Tetris game, the merger of similar items games. 下载
|
Borland没有提供对Gdiplus的支持,有了这个类库,Delphi就可以使用Gdiplus了。 Gdiplus 是微软对GDI的扩充,可以方便的读取如png、jpg的格式的图像文件,并提供了较为丰富的二位矢量图形的绘制接口。- 下载
|