Click or drag to resize

ScreenshotSnapshotAndSaveView Method

Take a screenshot of the specified view and save it.

Namespace: Demo3D.Gui
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public 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