C# 内存映射文件 - 位图

发布于 2024-08-06 18:06:28 字数 133 浏览 6 评论 0原文

有什么帮助吗,请>

谁能为我提供传递(进程间)位图的基础知识?

发送& 我相信,在 C#

CreateFileMapping 中接收仍然是执行此操作的唯一方法。

非常感谢。

Can any help, please>

Can anyone provide me with the basics of passing (interprocess) a bitmap?

Send & Receive in C#

CreateFileMapping, I belive, is still the only way to do this.

Many thanks in advance.

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

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

发布评论

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

评论(2

温折酒 2024-08-13 18:06:28

这篇文章有点旧,但有一些示例代码演示了它的用法。

http://msdn.microsoft.com/en-us/library/aa446520.aspx

MSDN 上还有许多其他示例作为网络。不过,以这种方式移动 biap 并不容易,您必须首先将其保存到 MemoryStream 中。

this article is a little old but has some sample code that demonstrates it's usage.

http://msdn.microsoft.com/en-us/library/aa446520.aspx

there are numerous other samples on MSDN as well as the web. Moving a biap this way won't be easy though, you'll have to save it to a MemoryStream first.

错爱 2024-08-13 18:06:28

这两个应用程序都是用 .NET 编写的吗?如果是这样,请看一下WCF(Windows Communication Foundation)。

看:
C# 中的 IPC 机制 - 用法和最佳实践..

Are both applications written in .NET? If so, please take a look at WCF (Windows Communication Foundation).

See:
IPC Mechanisms in C# - Usage and Best Practices..

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