📄 bmpshow.h
字号:
// BmpShow.h: interface for the CBmpShow class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BMPSHOW_H__0B809ED9_613B_423F_B7F0_B515E34ECD78__INCLUDED_)
#define AFX_BMPSHOW_H__0B809ED9_613B_423F_B7F0_B515E34ECD78__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CBmpShow
{
public:
virtual ~CBmpShow();
static CBmpShow* getInstance();
static void releaseInstance();
void Make(CDC* pDC,BYTE* pdata,int ilen,int iwidth,int iheight);
private:
CBmpShow();
static CBmpShow* m_sInstance;
};
#endif // !defined(AFX_BMPSHOW_H__0B809ED9_613B_423F_B7F0_B515E34ECD78__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -