C
Chaos911
Unregistered / Unconfirmed
GUEST, unregistred user!
做一个桌面时间显示练习,显示如下
image1.canvas.textout(5,20,inttostr+' 年 '+inttostr(m)+' 月 '+inttostr(d)+' 日 ');
image1.Canvas.TextOut(5,40,vvh+':'+vvmin+':'+vvs);
Brush.Style := bsClear;
///////////////
用Brush.Style := bsClear;使image透明,但用了之后就canvas.textout输出的字体就重叠了(刷新后的显示在原来的字体上,原来的字不被刷掉),在没用Brush.Style := bsClear;之前可以正常,哪位大侠可以知道一下
image1.canvas.textout(5,20,inttostr+' 年 '+inttostr(m)+' 月 '+inttostr(d)+' 日 ');
image1.Canvas.TextOut(5,40,vvh+':'+vvmin+':'+vvs);
Brush.Style := bsClear;
///////////////
用Brush.Style := bsClear;使image透明,但用了之后就canvas.textout输出的字体就重叠了(刷新后的显示在原来的字体上,原来的字不被刷掉),在没用Brush.Style := bsClear;之前可以正常,哪位大侠可以知道一下