摘要:
向ImageList中动态加入Png图片有些失真,经过多方查询,发现需要将Bitmap的AlphaFormat指定一下。 下面代码支持多层Png导入到ImageList。 //向ImageList中加入png类型的资源图片procedure AddPngToImageList(AImageList: 阅读全文
posted @ 2016-07-27 19:31 sgao 阅读(5344) 评论(0) 推荐(0)
|
|||
摘要:
向ImageList中动态加入Png图片有些失真,经过多方查询,发现需要将Bitmap的AlphaFormat指定一下。 下面代码支持多层Png导入到ImageList。 //向ImageList中加入png类型的资源图片procedure AddPngToImageList(AImageList: 阅读全文
posted @ 2016-07-27 19:31 sgao 阅读(5344) 评论(0) 推荐(0) |
|||