📄 util_gdi.h
字号:
// util_gdi.h
#ifndef _INC_UTIL_GDI_
#define _INC_UTIL_GDI_
typedef struct tag3DPens
{
CPen *pPenBlack;
CPen *pPenDarkGray;
CPen *pPenWhite;
CPen *pPenGray;
tag3DPens();
~tag3DPens();
} _3DPENS, *LP3DPENS;
int GfxDraw3DBorder(CDC *pDC, LP3DPENS p3DPens,
CRect rectBorder, BOOL bInside=TRUE);
void GfxDrawBorder(CDC *pDC, CRect rectBorder, CPen *pPen=NULL);
void GfxDrawBorder(CDC *pDC, CRect rectBorder,
COLORREF clFill, CPen *pPen=NULL);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -