NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ColorConverter Class

ColorConverter is a class that can be used to convert colors from one data type to another. Access this class through the TypeDescriptor.

Object
   TypeConverter
      ColorConverter

[Visual Basic]
Public Class ColorConverter
   Inherits TypeConverter
[C#]
public class ColorConverter : TypeConverter
[C++]
public __gc class ColorConverter : public TypeConverter
[JScript]
public class ColorConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

ColorConverter Members | System.Drawing Namespace