本文介绍了Direct2D到EMF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用
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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-13 04:54