Enum ScreenshotOptions
Specifies how a screenshot of the graphics should be rendered.
Namespace: ABB.Robotics.RobotStudio.Stations
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
[Flags]
public enum ScreenshotOptions
Fields
| Name | Description |
|---|---|
| AdvancedLighting | Force advanced lighting, if supported. |
| Default | |
| DefaultLights | Use default lights. |
| HideButtons | Hide the buttons. |
| HideCoordinateSystem | Hide the coordinate system. |
| HideFloor | Hide the floor. |
| HideMarkups | Hide markups and labels. |
| HideTemporaryGraphics | Hide temporary items such as markers. |
| NoHighlights | No highlights on objects. |
| NoMultiSample | Disable multisampling |
| NoShadows | Disable shadows |
| SimpleLighting | Force simple lighting. |
| TransparentBackground | Render to a transparent background |