ScreenshotSnapshotAndSaveView Method |
Take a screenshot of the specified view and save it.
Namespace: Demo3D.GuiAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static void SnapshotAndSaveView(
IView view,
string path,
ImageFormat format
)
Parameters
- view IView
- The view to take a screenshot of.
- path String
- The path to save the image to.
- format ImageFormat
- The format to save the image in.
See Also