主题:请问DrawText原形
xiaoming126
[专家分:60] 发布于 2006-05-07 12:40:00
请问有DrawText有他的原形吗?我没有MSDN
请发一下
或者给个该函数的 事例也行!!谢谢!!
回复列表 (共2个回复)
沙发
aaronwang [专家分:16870] 发布于 2006-05-07 13:45:00
DrawText
The DrawText function draws formatted text in the specified rectangle. It formats the text according to the specified method (expanding tabs, justifying characters, breaking lines, and so forth).
To specify additional formatting options, use the DrawTextEx function.
int DrawText(
HDC hDC, // handle to DC
LPCTSTR lpString, // text to draw
int nCount, // text length
LPRECT lpRect, // formatting dimensions
UINT uFormat // text-drawing options
);
板凳
xiaoming126 [专家分:60] 发布于 2006-05-08 10:44:00
非常感谢!
节贴
我来回复