组合位图/图像列表 (Win32)

发布于 2024-08-05 14:53:29 字数 164 浏览 8 评论 0原文

是否可以从多个位图创建一个图像列表,或者将多个图像列表合并为一个。

为了简单起见,可以假设相同的元件尺寸和透明颜色。

原因:我目前正在处理一个很长的图像列表,其中包含四组图标以及它们之间值得注意的“保留”区域。对于编辑来说,将其分成四个位图、动态组合它们并动态计算图标索引会更容易。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日久见人心 2024-08-12 14:53:29

ImageList_Add 可以将包含多个图像的位图添加到现有图像列表中。这就是您要找的吗?

ImageList_Add can add a bitmap with several images to an existing image list. Is that what you're looking for?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文