Click or drag to resize

ScreenshotSnapshotModel Method

Take a screen shot of the main view.

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Bitmap SnapshotModel(
	IBuilder app
)

Parameters

app
Type: Demo3D.VisualsIBuilder
The main application

Return Value

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