Click or drag to resize

mxUtilsGetColor Method (DictionaryString, Object, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the value for key in dictionary as a color or null if no value is defined for the key.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static Nullable<Color> GetColor(
	Dictionary<string, Object> dict,
	string key
)
Request Example View Source

Parameters

dict
Type: System.Collections.GenericDictionaryString, Object
Dictionary that contains the key, value pairs.
key
Type: SystemString
Key whose value should be returned.

Return Value

Type: NullableColor
Returns the color value for key in dict.
See Also