Click or drag to resize

SizeConverter.ConvertFrom Method

Converts the specified value to a Size

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: Eto.ITypeDescriptorContext
Conversion context
culture
Type: System.Globalization.CultureInfo
Culture to perform the conversion
value
Type: System.Object
Value to convert

Return Value

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