ImageFormatConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)

 

Gets a value indicating whether this converter can convert an object to the specified destination type using the context.

Namespace:   System.Drawing
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::Boolean

This 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
Return to top
Show: