WPF:有没有办法将图像保存在Viewport3D中?
我有一些 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要制作图表,您可能需要考虑仅使用 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.