Click or drag to resize

ImageConverterConvertFrom Method

Performs the conversion from the given value to an Image object

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: EtoITypeDescriptorContext
Conversion context
culture
Type: System.GlobalizationCultureInfo
Culture to perform the conversion
value
Type: SystemObject
Value to convert to an image

Return Value

Type: Object
A new instance of an image, or null if it cannot be converted
See Also