搜索资源列表
在指定位置绘制位图的镜像图
- 在指定位置绘制位图的镜像图-the designated location mapping bitmap image map
绘制半透明位图及如何画透明位图
- 绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意
保存位图
- 绘制半透明位图
位图渲染,vc++,directX
- 位图渲染,vc++,directX
在指定位置绘制位图的镜像图
- 在指定位置绘制位图的镜像图-the designated location mapping bitmap image map
很好的按钮类可以实现三态
- 该代码提供了很好的类型buttonST类的按钮类,中包含位图按钮,图标按钮,三态按钮,check按钮等,可以绘制按钮背景-the code provides a very excellent button class named buttonST, including bitmap-button, icon-button, three-statements-button, check-button and so on.You can s
绘制半透明位图及如何画透明位图
- 绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意
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
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.
universe
- 自己刚学C语言时写的模拟操作系统,主要是对c语言的基本函数的学习,还有对256色位图的绘制-own just learning to write C language simulation operating system, the main language of c basic function of the study, there are 256 color bitmap rendering
BMTestDlg
- 用Visual C++中绘制位图按钮MFC的CButton类提供Windows按钮控件的功能-drawing bitmap button MFC CButton category for Windows the function button controls
FreeImage392
- 一个自由、开源的图形库--FreeImage支持位图构件―例如调色板和数据位―的便易访问;将位图从一种位深度转换到另一种位深度;当有多幅位图页―例如TIFF―时访问位图的不同页;基本的位图处理,如旋转、翻转(flipping)和重采样,或点操作,如亮度和对比度调整;Alpha混合与合成(Compositing and blending);FreeImage不支持:高级图象处理操作,如回卷(Convolution)和变换(Transfor
vc_jiqiaoshili_part8
- Visual.C++程序设计技巧与实例--配套光盘 第8章 图形图像编程 本章共11个实例: 1. DPLP设备坐标和逻辑坐标的相互转换 2. DrawShapes绘制各种图形 3. GDIDemoGDI对象的访问 4. MouseDraw使用鼠标绘图 5. DlgPaint在对话框上绘图 6. OpenGLDemo使用OpenGL绘图 7. OpenGLMovie使用OpenGL实现动画效果 8
ImageCapture
- 在OpenGL环境下,保存窗口客户区的绘制内容为24位BMP位图(可以选择保存位图的大小);保存8位位图的函数框架也已经搭好。-In OpenGL environment, the preservation of the window client area for drawing the contents of 24 BMP bitmap (you can choose to save the size of the bitmap)
Graphic
- 图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, l
CMyQQ
- 一个非常逼真的QQ登录界面。绘制位图按钮,展开登录界面,绘制背景色等等。掌握此软件中的功能,将让你掌握QQ商业软件界面的开发。-A very realistic QQ login interface. Drawing bitmap button to start the registry interface, rendering the background color and so on. Grasp the function of
ImageP
- MFC编程,绘制基本的几何图形,对位图进行缩放、旋转、镜像等操作-MFC programming, basic geometric shapes drawn on the digital map to zoom in and out, rotate, mirror, such as operation
VC2
- 用VC绘制位图按钮 编译成功 很好用的程序-Drawing bitmap with VC compiler button procedure with good success
BitmapButten
- 学习如何使用用Visual C++绘制位图按钮.-Using Visual C++ draw bitmap button.
bmplib.tar
- 包含几何图形(点,线,矩形,椭圆)的绘制及文本(点阵字库)的显示。(Displaying geometry and text.)