Click or drag to resize

IColorizerGetColor Method

Returns the Color associated with the given object.

Namespace:  KansasStateUniversity.TreeViewer2
Assembly:  KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Color GetColor(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to color.

Return Value

Type: Color
The Color associated with the given object.
See Also