Click or drag to resize

ImageConverter Methods

The ImageConverter type exposes the following members.

Methods
  NameDescription
Public methodCanConvertFrom
Gets a value indicating that this converter can convert from the source type to an image
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).)
Public methodCanConvertTo
Gets a value indicating that this converter can convert to the specified type.
(Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).)
Public methodConvertFrom
Performs the conversion from the given value to an Image object
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Protected methodIsIcon
Determines whether the specified fileName is an icon (ends with .ico)
Top
See Also