Click or drag to resize

Screenshot Class

A screenshot helper class
Inheritance Hierarchy
SystemObject
  Demo3D.GuiScreenshot

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static class Screenshot

The Screenshot type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSnapshotAndSaveView
Take a screenshot of the specified view and save it.
Public methodStatic memberSnapshotModel
Take a screen shot of the main view.
Public methodStatic memberSnapshotView
Take a screenshot of the specified view.
Top
See Also