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
Syntaxpublic static Bitmap SnapshotModel(
IBuilder app
)
Parameters
- app
- Type: Demo3D.VisualsIBuilder
The main application
Return Value
Type:
BitmapA bitmap image of the main view.
See Also