ImageConverter.CanConvertFrom Method
.NET Framework 2.0
Determines whether this ImageConverter can convert an instance of a specified type to an Image.
| Name | Description |
|---|---|
| ImageConverter.CanConvertFrom (Type) | Returns whether this converter can convert an object of the given type to the type of this converter. |
| ImageConverter.CanConvertFrom (ITypeDescriptorContext, Type) | Determines whether this ImageConverter can convert an instance of a specified type to an Image, using the specified context. |