搜索资源列表
DCtest
- 一个学习DC和位图的例子,可以修改内存来变化图像,本例子使用黑白位图进行内存操作。彩色位图的与此类似。-a study DC and bitmap example, memory can be amended to change images, The examples use black-and-white bitmap memory for operation. Color bitmap similar to this.
MyDCtest
- 学习DC与位图数据的例子,可以通过直接修改内存来修改图片。本例子使用黑白位图,彩色类似。-learning DC and bitmap data example, can directly alter the memory to modify photographs. The examples use black-and-white bitmap, color similar.
EasySkin
- 超简单的皮肤例子,不知道是皮肤被人搞得很复杂,还是被我搞得很简单,为了方便操作,我在里面使用了DC类来操作,如果不喜欢完全可以只用bilbit来做-Super-simple skin example, do not know the skin was Gaode very complicated, or was I inspired is very simple, in order to facilitate the operation, I used the DC inside the cla
memDC
- 关于内存DC的使用,这是我用的别人做的一个示例,加上一个封装好的内存dc类,使用还是比较方便,从示例程序里面可以看到非常明显的效果。-DC on the use of memory, this is someone I used to do a sample, plus a packaged memory dc class, it is quite easy to use, you can see from the example program which is very significan
4_3_3_4
- 处理DC对象,这个是书上的例子。交为简单用理解dc有帮助-Deal with DC object, this is the example of the book. Pay simple to use to understand the dc
dcWatcher
- dcWatcher 是一个DC查看工具,用来跟踪DC位图的任何变化,可实时查看窗口DC或者内存DC的显示内容。 此工具最适合自绘界面的单步跟踪,通常情况下单步跟踪是无法查看绘制结果的。 使用方法: 1、把 dcWatcher.exe 和 dctrace.dll 文件复制到需调试的目标EXE的相同文件夹下 2、在项目中导入 dctrace.lib 库文件 3、在合适的CPP/H文件中包括 dctrace.h 头文件 4、在需要调试DC的地方插入语句,例如在WM_PAI
