Click or drag to resize

SizeFConverter Class

Note: This API is now obsolete.

Converter for the SizeF 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 SizeFConverter : TypeConverter

The SizeFConverter type exposes the following members.

Constructors
  NameDescription
Public methodSizeFConverter
Initializes a new instance of the SizeFConverter class
Top
Methods
Remarks
Allows for conversion from a string to a SizeF.
See Also