Click or drag to resize

ColorConverterCanConvertTo Method

Determines if this can convert a Color to the destinationType

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
Context of the conversion
destinationType
Type: SystemType
Type to convert to

Return Value

Type: Boolean
True if this converter supports the destinationType, false otherwise
See Also