组合位图/图像列表 (Win32)
是否可以从多个位图创建一个图像列表,或者将多个图像列表合并为一个。
为了简单起见,可以假设相同的元件尺寸和透明颜色。
原因:我目前正在处理一个很长的图像列表,其中包含四组图标以及它们之间值得注意的“保留”区域。对于编辑来说,将其分成四个位图、动态组合它们并动态计算图标索引会更容易。
Is it possible to create an image list from multiple bitmaps, or to combine multiple image lists into one.
For sake of simplicity, same element dimensions and transparent color could be assumed.
Reason: I am currently dealing with a very long image list containing four groups of icons and notable "reserved" areas between them. For editing it would be easier to split into four bitmaps, combine them on the fly and calculate icon indices dynamically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ImageList_Add
可以将包含多个图像的位图添加到现有图像列表中。这就是您要找的吗?ImageList_Add
can add a bitmap with several images to an existing image list. Is that what you're looking for?