OpenGLSettings Class

OpenGLSettings Class

Static methods and properties to control OpenGL settings
Inheritance Hierarchy
SystemObject
  Rhino.ApplicationSettingsOpenGLSettings

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class OpenGLSettings
Public Class OpenGLSettings

The OpenGLSettings type exposes the following members.

Constructors
  NameDescription
Public methodOpenGLSettings
Initializes a new instance of the OpenGLSettings class
Top
Properties
  NameDescription
Public propertyStatic memberAntialiasLevel
Gets or sets the antialias level used by OpenGL viewports
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetCurrentState
Gets the current settings.
Public methodStatic memberGetDefaultState
Gets the OpenGL factory settings.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberRestoreDefaults
Updates from the default setting state.
Public methodToString (Inherited from Object.)
Public methodStatic memberUpdateFromState
Updates from a particular setting state.
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also