📄 cdpen.h
字号:
#include"CUnit.h"
#ifndef CDPEN
#define CDPEN
#include "DrawView.h"
class CDPen:public CUnit
{
public:
virtual void DrawActive(CDC *pDC,CPoint point,char cPress);
virtual void Initial();
CDPen();
virtual void DrawStatic(CDC*pDC);
DECLARE_SERIAL(CDPen)
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -