ScreenshotSnapshotModel Method |
Take a screen shot of the main view.
Namespace: Demo3D.GuiAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static Bitmap SnapshotModel(
IBuilder app
)
Parameters
- app IBuilder
- The main application
Return Value
BitmapA bitmap image of the main view.
See Also