Click or drag to resize

PointConverter Class

Note: This API is now obsolete.

Converter for the Point 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 PointConverter : TypeConverter

The PointConverter type exposes the following members.

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