Click or drag to resize

PersistentSettingsSetColor Method (String, Color)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetColor(
	string key,
	Color value
)

Parameters

key
Type: SystemString

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

value
Type: System.DrawingColor

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

See Also