Converts WordArtShape objects from one data type to another. Access the WordArtShapeConverter 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 WordArtShapeConverter : ExpandableObjectConverter
Visual Basic (Declaration)
Public Class WordArtShapeConverter _
	Inherits ExpandableObjectConverter
Visual C++
public ref class WordArtShapeConverter : public ExpandableObjectConverter

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.TypeConverter
    System.ComponentModel..::.ExpandableObjectConverter
      Neodynamic.SDK.ImageDraw..::.WordArtShapeConverter

See Also