Bitmap可以是一个类!
下面是在MSDN中的介绍:
Bitmap Class
The Bitmap class inherits from the Image class The Image class provides methods for loading and saving vector images (metafiles) and raster images (bitmaps) The Bitmap class expands on the capabilities of the Image class by providing additional methods for creating and manipulating raster images
COLORREF clr;
CColorDialog dlg;
if(dlgdomodal==IDOK)
clr=ccdGetColor();
这样是调用调色板的一种方法,本质上就是调用vc自带的资源CColorDialog类似的还有CFontDialog等
1、首先在电脑中打开VC60->新建-,创建一个工作区,(工作区是用来保存工程)。
2、在工作区里面添加工程,右击->添加工程到工作空间。
3、选择MFC - exe 程序 。
4、选择静态库,将程序发送给别人,可以直接运行。
5、然后鼠标右键,选择编译程序。
6、最后点击运行程序,程序就出来了。
以上就是关于各位大侠,小弟是新手,想问问VC++ MFC 中的Bitmap是什么全部的内容,包括:各位大侠,小弟是新手,想问问VC++ MFC 中的Bitmap是什么、用mfc如何实现 windows画图程序中的颜色板呢(调色板)、vc++ mfc 怎么做界面啊等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)