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
)
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
Conversion context - destinationType
- Type: SystemType
Type to convert to
Return Value
Type:
BooleanTrue if this converter can convert to the specified
destinationType, otherwise false.
See Also