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!

ImageConverter Class

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

Object
   TypeConverter
      ImageConverter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

ImageConverter Members | System.Drawing Namespace