Click or drag to resize

ImageConverterCanConvertTo Method

Gets a value indicating that this converter can convert to the specified type.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context
Type: EtoITypeDescriptorContext
Conversion context
destinationType
Type: SystemType
Type to convert to

Return Value

Type: Boolean
True if this converter can convert to the specified destinationType, otherwise false.
See Also