Converts RedEyeArea objects from one data type to another. Access the RedEyeAreasConverter class through the TypeDescriptor object.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public class RedEyeAreasConverter : TypeConverter
Visual Basic (Declaration)
Public Class RedEyeAreasConverter _
	Inherits TypeConverter
Visual C++
public ref class RedEyeAreasConverter : public TypeConverter

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.TypeConverter
    Neodynamic.WebControls.ImageDraw..::.RedEyeAreasConverter

See Also