Converts Font objects from one data type to another. Access the FontConverter class through the TypeDescriptor object.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

Inheritance Hierarchy

See Also