class CBitmap : public CGdiObject RemarksTo use a CBitmap object, construct the object, attach a bitmap handle to it with one of the initialization member functions, and then call the object's member functions.For more information on using graphic objects like CBitmap, see Graphic Objects....
CArchive Class CArchiveException Class CArray Class CAsyncMonikerFile Class CAsyncSocket Class CAutoHideDockSite Class CBasePane Class CBaseTabbedPane Class CBitmap Class CBitmap Class CBitmap Members CBitmap Member Functions CBitmapButton Class CBrush Class CButton Class CByteArray Class CCachedD...
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...
CBitmap Class 發行項 2015/04/28 本文內容 Members Public Constructors Public Methods Public Operators 顯示其他 4 個 Encapsulates a Windows graphics device interface (GDI) bitmap and provides member functions to manipulate the bitmap. 複製
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...
class CBitmap : public CGdiObject Members Public Constructors NameDescription CBitmap::CBitmapConstructs aCBitmapobject. Public Methods NameDescription CBitmap::CreateBitmapInitializes the object with a device-dependent memory bitmap that has a specified width, height, and bit pattern. ...
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); ...