CBaseKeyFrame Class CBasePane Class CBaseTabbedPane Class CBaseTransition Class CBitmap Class CBitmap Class CBitmap::CBitmap CBitmap::CreateBitmap CBitmap::CreateBitmapIndirect CBitmap::CreateCompatibleBitmap CBitmap::CreateDiscardableBitmap CBitmap::FromHandle CBitmap::GetBitmap CBitmap:...
class CBitmap : public CGdiObject 成员 公共构造函数 名称描述 CBitmap::CBitmap构造CBitmap对象。 公共方法 展开表 名称描述 CBitmap::CreateBitmap使用具有指定宽度、高度和位模式的设备相关的内存位图初始化对象。 CBitmap::CreateBitmapIndirect使用具有BITMAP结构中给定宽度、高度和位模式(如果已指定)的位图...
CBitmap Class CBitmap Members Member Functions CBitmapButton Class CBrush Class CButton Class CByteArray Class CCachedDataPathProperty Class CCheckListBox Class CClientDC Class CCmdTarget Class CCmdUI Class CColorDialog Class CComboBox Class CComboBoxEx Class CCommandLineInfo Class CCommonDialog Class CC...
CBitmap::FromHandle CBitmap::GetBitmap CBitmap::GetBitmapBits CBitmap::GetBitmapDimension CBitmap::LoadBitmap CBitmap::LoadMappedBitmap CBitmap::LoadOEMBitmap CBitmap::operator HBITMAP CBitmap::SetBitmapBits CBitmap::SetBitmapDimension CBitmapButton Class CBitmapRenderTarget Class CBr...
class CBitmap : public CGdiObject Members Public Constructors NameDescription CBitmap::CBitmapConstructs aCBitmapobject. Public Methods Expand table NameDescription CBitmap::CreateBitmapInitializes the object with a device-dependent memory bitmap that has a specified width, height, and bit pattern...
CBitmap Class Encapsulates a Windows graphics device interface (GDI) bitmap and provides member functions to manipulate the bitmap. Remarks To use aCBitmapobject, construct the object, attach a bitmap handle to it with one of the initialization member functions, and then call the object's ...
class CBitmap : public CGdiObject Members Public Constructors NameDescription CBitmap::CBitmapConstructs aCBitmapobject. Public Methods Expand table NameDescription CBitmap::CreateBitmapInitializes the object with a device-dependent memory bitmap that has a specified width, height, and bit pattern...
CBitmapButton::AutoLoadAssociates a button in a dialog box with an object of the CBitmapButton class, loads the bitmap(s) by name, and sizes the button to fit the bitmap.Copy BOOL AutoLoad( UINT nID, CWnd* pParent); ParametersnID The button's control ID....
classCBitmap :publicCGdiObject { DECLARE_DYNAMIC(CBitmap)public:staticCBitmap*PASCAL FromHandle(HBITMAP hBitmap);//ConstructorsCBitmap(); BOOL LoadBitmap(LPCTSTR lpszResourceName); BOOL LoadBitmap(UINT nIDResource); BOOL LoadOEMBitmap(UINT nIDBitmap);//for OBM_/OCR_/OIC_#ifndef _AFX_NO_...
VC++中图像处理类CBitmap的用法 class CBitmap : public CGdiObject DECLARE_DYNAMIC(CBitmap) public: static CBitmap* PASCAL FromHandle(HBITMAP hBitmap); // Constructors CBitmap(); BOOL LoadBitmap(LPCTSTR lpszResourceName); BOOL LoadBitmap(UINT nIDResource); ...