dibapi.h

来自「《数字图象工程案例》原码」· C头文件 代码 · 共 11 行

H
11
字号
#if !defined(DESIGN_DIBAPI)
#define DESIGN_DIBAPI
#endif

void Drawnewbase(CDC *dc,int type,	COLORREF color_fg,COLORREF color_common,
				 float fcoeff,int widthnum,int heightnum,int steplen);
CPoint gLocatePoint(CPoint point,float m_jwm,CPoint scroll);
UINT  RytxDraw(LPVOID pParam);


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?