我想要将网格渲染为图像,以便在我的Windows 8 Metro样式应用程序中的活动磁贴上使用。
发布于 2012-09-30 08:03:32
由于WinRT中缺少WriteableBitmap.Render(),因此您的选项是WriteableBitmapEx (CodePlex),或者如果您需要fonts - Direct2D (感谢SharpDX,您可以在C#中使用它)。
发布于 2012-09-30 22:04:48
现在还没有从控件渲染图像的方法。
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/752372e6-7208-4d92-924c-97177182a69f
谢谢。
https://stackoverflow.com/questions/12656769
复制相似问题