我在用WINDML画窗口时,我能否在所定义的窗口的大小范围之外画图形呢?我试了一下如下程序,好像画不出来。
uglLineWidthSet (gc, 1); uglForegroundColorSet (gc, white); uglBackgroundColorSet (gc, blue); uglRectangle (gc, windowRect.right +5, windowRect.bottom+5, windowRect.right+10, windowRect.bottom +10);
请高手指点。
[align=right][color=#000066][此贴子已经被作者于2005-4-6 21:45:32编辑过][/color][/align]