drawer.h
来自「Windows下的简易小画板」· C头文件 代码 · 共 26 行
H
26 行
#include <windows.h>
#include "resource.h"
#include <vector>
#include <commctrl.h>
#include <commdlg.h>
#include <list>
#include <math.h>
#pragma comment(lib,"comctl32.lib")
using namespace std;
#define IDF_LINE 0
#define IDF_RECTHOLLOW 1
#define IDF_RECTSOLID 2
#define IDF_CIRCLEHOLLOW 3
#define IDF_CIRCLESOLID 4
#define BUFFER(x,y) *(pBuffer + y * cxBuffer + x)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?