搜索资源列表
vbtrans.ZIP
- Display a transparent bitmap using TransparentBlt function. In the demo program, We also illustrate how to get the dimension of a bitmap. May be freely used in your applications.
pictuer_process
- 图像处理大全,有许多的技巧(强力推荐)Display a transparent bitmap using TransparentBlt function. In the demo program, We also illustrate how to get the dimension of a bitmap.May be freely used in your applications.-image processing Daquan
pictuer_process
- 图像处理大全,有许多的技巧(强力推荐)Display a transparent bitmap using TransparentBlt function. In the demo program, We also illustrate how to get the dimension of a bitmap.May be freely used in your applications.-image processing Daquan
vbtrans.ZIP
- Display a transparent bitmap using TransparentBlt function. In the demo program, We also illustrate how to get the dimension of a bitmap. May be freely used in your applications.-Display a transparent bitmap us
CImg-1.3.4
- CImage类 CImage是MFC和ATL共享的新类,它能从外部磁盘中调入一个JPEG、GIF、BMP和PNG格式的图像文件加以显示,而且这些文件格式可以相互转换。由于CImage在不同的Windows操作系统中其某些性能是不一样的,因此在使用时要特别注意。例如,CImage::PlgBlt和CImage::MaskBlt只能在 Windows NT 4.0 或更高版本中使用,但不能运行在Windows 95/98 应用程序中。C
TransparentBlt
- win32 transparentblt example
TransparentBlt
- 一个用VC写的图标透明的例子,很适合初学者学习。源码完全可以运行。-a good example for green hand.please study it ....................
TransparentBltTest
- 透明位图的显示 TransparentBlt 函数的使用 实现TransparentBlt函数-The transparent bitmap display TransparentBlt of function TransparentBlt function
TransparentTest
- 包含透明色的位图的绘制方法有多种,最简单的方法是调用现成的函数:TransparentBlt,也可以通过自己的代码实现类似TransparentBlt的功能,实现过程也有两种形式,一种是事先做一张掩码位图,另一种是动态生成掩码位图。本程序采用生成掩码位图绘制具有透明区域位图的方法。 -There are a variety of methods to draw a clear color, the most simple way i