class CBitmap : public CGdiObject MembersPublic Constructorsتوسيع الجدول NameDescription CBitmap::CBitmap Constructs a CBitmap object.Public Methodsتوسيع الجدول NameDescription CBitmap::CreateBitmap Initializes the object with a devic...
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...
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 Expand table NameDescription CBitmap::CBitmapConstructs aCBitmapobject. Public Methods Expand table Public Operators Expand table NameDescription CBitmap::operator HBITMAPReturns the Windows handle attached to theCBitmapobject. ...
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. ...
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 Name Description CBitmap::CBitmap Constructs aCBitmapobject. Public Methods Public Operators 展開資料表 Name Description CBitmap::operator HBITMAP Returns the Windows handle attached to theCBitmapobject. ...
class CBitmap : public CGdiObject 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 member functions. For more information on using graphic objects likeCBitmap, seeGraphic Objects. ...
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); ...