您的位置:首页 > 编程语言 > Delphi

原文标题:How to use transparent PNG icons with Delphi ImageList

2011-08-05 09:28 796 查看
原文标题:How to use transparent PNG icons with Delphi ImageList

原文:http://www.aha-soft.com/faq/delphi-imagelist-png.htm

Query: "Embarcadero Delphi ImageList does not show transparent PNG icons correctly. How to fix it?".

Solution: If you want to use 32-bit (24-bit + alpha channel) PNG icons within Delphi TImageList, you need to set the following property values for TImageList.

DrawingStyle: dsTransparent
ColorDepth: cd32Bit
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: