搜索资源列表
bitmapEx_source
- 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,L
convert_graphics
- 该源码用于把输出的文本和图形保存到位图文件.关键是创建内存设备环境,并与CBitmap对象相连-the source code for the integration of the output text and graphics document preservation plans in place. The key is to create memory equipment, and objects connected with CBitmap
CISBitmap1
- 程序中的Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。-Process derived Cbitmap bitmap type you can specify a color change to a transparent bitmap, and it Cbitamp use almost the same as simple.
ReadBMP
- 用VC++实现对BMP位图的读取。使用CBitmap类中的LoadBitmap()函数成员。-Using VC++ implementation of the BMP bitmap reading. Use CBitmap class LoadBitmap () function member.
VCyuandaimachengxu
- 车牌识别程序,准确定位车牌,真正实现了车牌识别的程序 -CDocument CString CFile CFileDialog CFileFind FindNextFile CScrollView CDC CPen CSize CBitmap CBrush CRect GetClientRect LoadBitmap CreatePatternBrush SelectObject FillRect DeleteObject GetObject BitBlt CreateCompatibleD
scale_bitmap
- 缩放Cbitmap,支持宽高任意比例的缩放,返回值为缩放后的Cbitmap。-scale bitmap
