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
)
Public Overrides Function CanConvertTo (
context As ITypeDescriptorContext,
destinationType As Type
) As Boolean
abstract CanConvertTo :
context : ITypeDescriptorContext *
destinationType : Type -> bool
override CanConvertTo :
context : ITypeDescriptorContext *
destinationType : Type -> bool
Parameters
- context
- Type: EtoITypeDescriptorContext
Context of the conversion - destinationType
- Type: SystemType
Type to convert to
Return Value
Type:
BooleanTrue if this converter supports the
destinationType, false otherwise
See Also