WPF:有没有办法将图像保存在Viewport3D中?

发布于 2024-08-22 15:20:52 字数 85 浏览 7 评论 0原文

我有一些 3d 点必须绘制,因为据我所知,没有一个 C# 图表库可以轻松完成此操作,我认为下一个更简单的方法是在 viewport3d 中创建点,保存图像。

I have some 3d points I have to plot and since as far as I know there isn't a chart library for C# that will do this easily, I thought the next easier way to do it would be to create the points in a viewport3d and save the image.

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

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

发布评论

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

评论(1

吃兔兔 2024-08-29 15:20:52

如果您想要制作图表,您可能需要考虑仅使用 WPF 图表控件,例如 Visifire

否则,您可以使用 RenderTargetBitmap 渲染视口。

If you're looking to do charts, you might want to consider just using a WPF chart control, such as Visifire.

Otherwise, you can use a RenderTargetBitmap to render the Viewport.

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