如何将 *.cur(Windows 光标)流转换为位图?

发布于 2024-10-04 09:37:12 字数 131 浏览 2 评论 0原文

使用 LoadCursorFromFile API 调用并在该位图上调用 DrawIcon(..., hCursor) 可以轻松地将 cur 文件转换为位图。

但是如何从流中加载它而不需要太多的手工编码并转换为 TBitmap 呢?

It's easy to convert from cur-file to bitmap, using the LoadCursorFromFile API call and calling DrawIcon(..., hCursor) on that bitmap.

But how can I load it from stream without too much handcoding and convert into TBitmap?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

因为看清所以看轻 2024-10-11 09:37:12

有一篇 MSDN 库文章 介绍了 .cur 和 .ico 文件格式非常详细。这非常简单 – 不久前我使用本文作为参考编写了一些 Delphi 代码来读取 .ico 文件。

There is an MSDN library article that describes the .cur and .ico file formats in great detail. It's pretty easy – I wrote some Delphi code to read .ico files not so long ago using this article as my reference.

旧城空念 2024-10-11 09:37:12

使用 Kicon

Use Kicon.

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