Click or drag to resize

IColorizer Interface

An interface to encapsulate a mechanism for associating colors to objects.

Namespace:  KansasStateUniversity.TreeViewer2
Assembly:  KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public interface IColorizer

The IColorizer type exposes the following members.

Methods
  NameDescription
Public methodGetColor
Returns the Color associated with the given object.
Top
See Also