Click or drag to resize

RectangleFConverterCanConvertFrom Method

Determines if this converter can convert from the specified sourceType

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

Parameters

context
Type: EtoITypeDescriptorContext
Conversion context
sourceType
Type: SystemType
Type to convert from

Return Value

Type: Boolean
True if this converter can convert from the specified type, false otherwise
See Also