LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterColorTypeConverter Class Members
See Also  Methods 
Leadtools Namespace : RasterColorTypeConverter Class

The following tables list the members exposed by RasterColorTypeConverter.

Public Constructors

Public Methods

 NameDescription
public Method CanConvertFromOverloaded. Overridden. Determines if this converter can convert an object in the given source type to the native type of the converter Supported in Silverlight, Windows Phone 7  
public Method CanConvertToOverloaded. Overridden. Returns a value indicating whether this converter can convert an object to the given destination type using the context. Supported in Silverlight, Windows Phone 7  
public Method ConvertFromOverloaded. Overridden. Converts the given object to the converter's native type. Supported in Silverlight, Windows Phone 7  
public Method ConvertFromInvariantStringOverloaded. Converts the given string to the type of this converter, using the invariant culture. (Inherited from System.ComponentModel.TypeConverter)
public Methodstatic (Shared in Visual Basic) ConvertFromStringOverloaded. Converts the specified text to a RasterColor object. Supported in Silverlight, Windows Phone 7  
public Method ConvertToOverloaded. Overridden. Converts the specified object to another type. Supported in Silverlight, Windows Phone 7  
public Method ConvertToInvariantStringOverloaded. Converts the specified value to a culture-invariant string representation. (Inherited from System.ComponentModel.TypeConverter)
public Method ConvertToStringOverloaded. Converts the specified value to a string representation. (Inherited from System.ComponentModel.TypeConverter)
public Method CreateInstanceOverloaded. Re-creates an System.Object given a set of property values for the object. (Inherited from System.ComponentModel.TypeConverter)
public Method GetCreateInstanceSupportedOverloaded. Returns whether changing a value on this object requires a call to the System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) method to create a new value. (Inherited from System.ComponentModel.TypeConverter)
public Method GetPropertiesOverloaded. Returns a collection of properties for the type of array specified by the value parameter. (Inherited from System.ComponentModel.TypeConverter)
public Method GetPropertiesSupportedOverloaded. Returns whether this object supports properties. (Inherited from System.ComponentModel.TypeConverter)
public Method GetStandardValuesOverloaded. Returns a collection of standard values from the default context for the data type this type converter is designed for. (Inherited from System.ComponentModel.TypeConverter)
public Method GetStandardValuesExclusiveOverloaded. Returns whether the collection of standard values returned from System.ComponentModel.TypeConverter.GetStandardValues is an exclusive list. (Inherited from System.ComponentModel.TypeConverter)
public Method GetStandardValuesSupportedOverloaded. Returns whether this object supports a standard set of values that can be picked from a list. (Inherited from System.ComponentModel.TypeConverter)
public Method IsValidOverloaded. Returns whether the given value object is valid for this type. (Inherited from System.ComponentModel.TypeConverter)
Top

Protected Methods

 NameDescription
protected Method GetConvertFromExceptionReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
protected Method GetConvertToExceptionReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
protected Method SortPropertiesSorts a collection of properties. (Inherited from System.ComponentModel.TypeConverter)
Top

See Also