⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 util_gdi.h

📁 一个功能强大的串行口监视和检测程序的源代码。
💻 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 + -