1,184
社区成员
发帖
与我相关
我的任务
分享
Image1.Canvas.Brush.Color := $00000000;
Image1.Canvas.Rectangle(Image1.Left, Image1.ClientHeight - 30, Image1.ClientWidth, Image1.ClientHeight);
Image1.Canvas.Font.Color := clRed;
Image1.Canvas.TextOut(10, Image1.ClientHeight - 22, '文字显示位置需要调整');