Click or drag to resize

RectangleConverterConvertFrom Method

Converts the specified value to a Rectangle

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

Return Value

Type: Object
A new instance of a Rectangle converted from the specified value
See Also