Click or drag to resize

PointFConverter Class

Note: This API is now obsolete.

Converter for the PointF 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 PointFConverter : TypeConverter

The PointFConverter type exposes the following members.

Constructors
  NameDescription
Public methodPointFConverter
Initializes a new instance of the PointFConverter class
Top
Methods
Remarks
Allows conversion from a string to a PointF via json/xaml or other sources.
See Also