Click or drag to resize

ScreenshotSnapshotView Method

Take a screenshot of the specified view.

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Bitmap SnapshotView(
	IView view
)

Parameters

view
Type: IView
The view to take a screenshot of.

Return Value

Type: Bitmap
A bitmap image of the view.
See Also