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)
Syntaxpublic interface IColorizer
Public Interface IColorizer
public interface class IColorizer
type IColorizer = interface end
The IColorizer type exposes the following members.
Methods
| Name | Description |
---|
 | GetColor |
Returns the Color associated with the given object.
|
Top
See Also