Create a Screenshot via .Net-API

Hy,

is it possible to take a screenshot from the current 3DWorld and save it somewhere over .Net-API?

Thx & Regards
Feature

You can try something like:

IoC.Get<IApplication>().SurfaceToImage(VisualComponents.Create3D.ImageFormat.JPG, @"c:\something\myimage.jpg");
1 Like

Where would I input this line? Do I have to use Visual Studio?

Hy,

in a Visual Components .net-AddIn. You can find different examples in Academy or in the Forum under this category.

And yes for .net-addins you use Visual Studio.

Regards
Feature