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: 15.0.2.11458
Syntax
C#
public static void SnapshotAndSaveView(
	IView view,
	string path,
	ImageFormat format
)

Parameters

view
Type: IView
The view to take a screenshot of.
path
Type: SystemString
The path to save the image to.
format
Type: System.Drawing.ImagingImageFormat
The format to save the image in.
See Also