OpenGLSettingsUpdateFromState Method |
Updates from a particular setting state.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.1
Syntax public static void UpdateFromState(
OpenGLSettingsState state
)
Public Shared Sub UpdateFromState (
state As OpenGLSettingsState
)
Parameters
- state
- Type: Rhino.ApplicationSettingsOpenGLSettingsState
The new state that will be set.
See Also