ScreenshotSnapshotView Method |
Take a screenshot of the specified view.
Namespace: Demo3D.GuiAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static Bitmap SnapshotView(
IView view
)
Parameters
- view IView
- The view to take a screenshot of.
Return Value
BitmapA bitmap image of the view.
See Also