Click or drag to resize

SizeConverter Class

Note: This API is now obsolete.

Converter for the Size class
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.5. Use TypeDescriptor.GetConverter instead")]
public class SizeConverter : TypeConverter

The SizeConverter type exposes the following members.

Constructors
  NameDescription
Public methodSizeConverter
Initializes a new instance of the SizeConverter class
Top
Methods
Remarks
Allows for conversion from a string to a Size.
See Also