Click or drag to resize
ScreenshotOptions Enumeration
Specifies how a screenshot of the graphics should be rendered.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
[FlagsAttribute]
public enum ScreenshotOptions
Members
  Member nameValueDescription
Default55
HideTemporaryGraphics1 Hide temporary items such as markers.
HideCoordinateSystem2 Hide the coordinate system.
HideButtons4 Hide the buttons.
HideFloor8 Hide the floor.
NoHighlights16 No highlights on objects.
HideMarkups32 Hide markups and labels.
SimpleLighting64 Force simple lighting.
AdvancedLighting128 Force advanced lighting, if supported.
NoShadows256 Disable shadows
TransparentBackground512 Render to a transparent background
NoMultiSample1024 Disable multisampling
ColorKeys2048 ABB Internal use
DefaultLights4096 Use default lights.
Version Information

Supported in: 1.0.0.0
See Also