⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bitmapex.h

📁 Displaying large amounts of technical data in a chart can be a frustrating task. You can find tons o
💻 H
字号:
// BitmapEx.h: Schnittstelle f黵 die Klasse CBitmapEx.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_BITMAPEX_H__10F9E5D7_F111_430A_BD87_4EC33416F455__INCLUDED_)
#define AFX_BITMAPEX_H__10F9E5D7_F111_430A_BD87_4EC33416F455__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifdef _AFXDLL
class __declspec(dllexport)  CBitmapEx : public CBitmap
#else
class __declspec(dllimport)  CBitmapEx : public CBitmap
#endif
{
	DECLARE_SERIAL( CBitmapEx )

public:

	CBitmapEx() {};
	virtual ~CBitmapEx() {};

	virtual void Serialize( CArchive& archive );

};

#endif // !defined(AFX_BITMAPEX_H__10F9E5D7_F111_430A_BD87_4EC33416F455__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -