在Timage控件中使用透明色

img1.Transparent := True;
with img1.Picture.Bitmap do
begin
  TransparentColor :
= clWhite;
  TransparentMode :
= tmFixed;
end;

 

posted on 2011-01-25 15:47  有点坏  阅读(481)  评论(0编辑  收藏  举报

导航