ImageFormatConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Gets a value indicating whether this converter can convert an object to the specified destination type using the context.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that specifies the context for this type conversion.
- destinationType
-
Type:
System::Type^
The Type that represents the type to which you want to convert this ImageFormat object.
Return Value
Type: System::BooleanThis method returns true if this object can perform the conversion.
The ImageFormatConverter converts to and from known image formats, as specified in the ImageFormat class.
.NET Framework
Available since 1.1
Available since 1.1
Show: