简体   繁体   中英

WPF: Is there a way to save the image in the Viewport3D?

我必须绘制一些3d点,因为据我所知,没有C#的图表库可以轻松做到这一点,所以我认为下一个更简单的方法是在viewport3d和保存图像。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM