?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -