Click or drag to resize

PersistentSettingsGetColor Method (String, Color)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetColor(System.String,System.Drawing.Color)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Color GetColor(
	string key,
	Color defaultValue
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetColor(System.String,System.Drawing.Color)"]

defaultValue
Type: System.DrawingColor

[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetColor(System.String,System.Drawing.Color)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetColor(System.String,System.Drawing.Color)"]

See Also