Click or drag to resize

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
)

Parameters

state
Type: Rhino.ApplicationSettingsOpenGLSettingsState
The new state that will be set.
See Also