搜索资源列表
Leon_5_3_2(GDI+)
- 自做的MDI,可打开BMP文件并作相应处理,包含很全面的位图操作函数并封闭了一个CDib类。-done since the MDI may open the BMP file and dealt with accordingly. includes comprehensive bitmap manipulation functions and the closure of a CDib category.
VCad3.0
- vcad3.0 vc++实践与提高系列 绘图程序v1,vc practice and enhancement series cartography procedure v1,Visual C++,GDI-Bitmap 最完全版本!-vcad3.0 vc practice and improve procedures v1 Mapping Series, vc practice and enhancement series cartogr
winpaint
- Windows图形编程的几个例子,包含显示区域、Bitmap、调色板等几个例子 -Some examples for graphical programming on windows, containing displaying region,bitmap and palette etc
MyGdi
- 当初为了调试内存和资源泄漏编写的关于GDI使用的工具,可以显示当前所有进程所使用的DC、Region、Bitmap、Palette、Font、Brush等对象的个数。-had to debug memory leakage and resources on the preparation of the tools used GDI can show all current process used by the DC, Region,
Sample04
- 在DirectDraw中显示位图。这个例子演示了如何在全屏模式中调用GDI,让用户确定显示图像,并在DirectDraw对象的表面上绘制此图像。-in DirectDraw showed bitmap. This example demonstrates how the full-screen mode called GDI, enabling users to identify and display images, and Dire
CBitmap对象操作
- 这是关于CBitmap的类操作,包括BMP位图的打开、保存、图像处理等各项操作,是位图编程的基础-CBitmap This is the type of operation, including BMP bitmap open, preservation, image processing and other operations, bitmap based programming
GISDraw
- GDI编程示例,演示如何建立图形编程环境,如何实现矢量图形的绘制-GDI programme example demonstrate you how to build the setting and how to implement the protract of the vector image.
RPG2
- 自己写的RPG的演示,图形操作使用GDI,自己写了绘制透明位图的函数,图片来自网上。-himself wrote the RPG demonstration, the use of GDI graphics operations, himself wrote a transparent bitmap rendering functions, pictures from the Internet.
GDI+Draw
- 利用GDI+和CImage类实现任意格式图像的打开,复制,剪切,粘贴,选择,线性渐变,中心渐变及图形对象的绘制.-using GDI and CImage achieve arbitrary category of open-format images, copy, cut, paste, select, linear gradient, the center graded and graphical object mapping.
Leon_5_3_2(GDI+)
- 自做的MDI,可打开BMP文件并作相应处理,包含很全面的位图操作函数并封闭了一个CDib类。-done since the MDI may open the BMP file and dealt with accordingly. includes comprehensive bitmap manipulation functions and the closure of a CDib category.
game(GDI)
- 一个不错的游戏源码,教你从头做游戏!主要运用GDI编写-A good source of games, so the game teach you from scratch! The main use of GDI to prepare
ex10a
- visual c++ GDI位图示例程序-visual c++ GDI bitmap sample procedures
Win32Tetris_C
- Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Windows entry procedures, the preparation of the direct use of Win
Win32Tetris_C
- 原创Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Original Windows entry procedures, the preparation of the direct
Win32Tetris_C
- 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏考察的知识面很综合,之所以选择俄罗斯方块,一是自己曾被瘾过,二是发现这款游戏几乎包含了Widows入门的很多知识,比如窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练手会收获不少。本游戏是带有背景音乐的,一边玩游戏一边欣赏音乐的感觉相信很舒服。-In
TestGdi
- vc gdi 读,显示,保存bmp文件 截屏幕带光标 截取被挡住的窗体-vc gdi read, display, save the bmp file cut the screen with a cursor interception blocked form
GDIP_SDK(GDI)
- Windows下进行界面编程的参考书籍,内容详细。包括如何创建和显示位图、逻辑字体、Win32的GUI程序等等。-Windows programming interface under the reference books and detailed. Including how to create and display a bitmap, the logical font, Win32' s GUI procedures.
From-resource-loading-GDI-bitmap
- 从资源中装入GDI位图,通过资源名称来加载指定的GDI位图。-From resource loading GDI bitmap, through resource name to load the specified bitmap GDI.
GDI Bitmap C++ Code
- #include <Windows.h> #include <gdiplus.h> using namespace Gdiplus; // Forward declarations LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); int WINAPI WinMain(HINSTA