gdiplus.h
来自「这个文件是图像处理编程方面的参考资料」· C头文件 代码 · 共 21 行
H
21 行
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CGDIPlusApp:
// See GDIPlus.cpp for the implementation of this class
//
class CGDIPlusApp : public CWinApp
{
virtual BOOL InitInstance();
};
extern CGDIPlusApp theApp;
extern FCObjImage g_img ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?