MindFusion.Charting Programmer's Guide

ShapeConverter Members

Constructors Methods
 


Provides an EnumConverter to convert Shape objects to and from various other representations.

The following tables list the members exposed by the ShapeConverter type.

 Public Constructors

  Name Description

ShapeConverter

Initializes a new instance of the ShapeConverter class.

 Public Methods

  Name Description

CanConvertFrom

Returns whether this converter can convert an object of the particular type to the type of this converter, using the specified context.

CanConvertTo

Returns whether this converter can convert the object to the specified type, using the specified context.

ConvertFrom

Converts the particular object to the type of this converter, using the specified context and culture information.

ConvertTo

Converts the particular value object to the specified type, using the specified context and culture information.

 See Also