PlotterHMI/datafile/dxf/dxflib/PDSMath/PDSMathExtern.h
huahaiyan 9f74511e69 20240315
1、增加数据分割功能(完成)
2、更换dxf库(进行中)
2024-03-15 16:49:50 +08:00

9 lines
255 B
C

// PDSMathExtern.h
#if !defined(PDSMathExtern_h)
#define PDSMathExtern_h
extern CRect g_rectView; //显示窗口的客户区大小,加入该变量的原因是因为显示字符串时需要确定窗口大小,该大小不能用wglGetCurrentDC(),CDC::GetWindow(),CWnd::GetClientRect(...)
#endif