hdc = GetDC (取窗口句柄 ())
GetTextExtentPoint32 (hdc, text, 取文本长度 (text), size)
调试输出 (size.cx, size.cy)
DeleteDC (hdc)
下一篇 极域电子教室工具箱公众版
hdc = GetDC (取窗口句柄 ())
GetTextExtentPoint32 (hdc, text, 取文本长度 (text), size)
调试输出 (size.cx, size.cy)
DeleteDC (hdc)