C# 内存映射文件 - 位图
有什么帮助吗,请>
谁能为我提供传递(进程间)位图的基础知识?
发送& 我相信,在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这篇文章有点旧,但有一些示例代码演示了它的用法。
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.
这两个应用程序都是用 .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..