问题描述
我正在使用
Direct2D 和
DirectWrite 在C#中使用。我使用
HwndRenderTarget 在WinForms面板控件上。是否可以从中创建元文件?
I am using Direct2D and DirectWrite in C# with the WindowsAPICodePack. I have succesfully rendered everything using a HwndRenderTarget on a WinForms Panel Control. Is it possible to create a metafile from this?
提前致谢
推荐答案
我正在使用
Direct2D 和
DirectWrite 在C#中使用
WindowsAPICodePack 一>。我使用
HwndRenderTarget 在WinForms面板控件上。是否可以从中创建元文件?
I am using Direct2D and DirectWrite in C# with the WindowsAPICodePack. I have succesfully rendered everything using a HwndRenderTarget on a WinForms Panel Control. Is it possible to create a metafile from this?
提前致谢
图元文件包含GDI图纸记录。 这不是你拥有的。
Metafiles contain GDI drawing records. That's not what you have.
这篇关于Direct2D到EMF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!