开发者

Moving the Text drawn by TextOut() Function

I'm trying to redraw some text I drew on window at x and y coordinates say (100, 100) to a new location (500, 500). when I redraw the text, it doesn't erase the old text at (100, 100)开发者_StackOverflow社区 until I refresh the window (like do a minimize and maximum). how can you update the window to display the current text?


InvalidateRect, UpdateWindow.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜