AdvancedImageConverter Class

KGy SOFT Drawing Libraries

AdvancedImageConverter Class KGy SOFT Drawing Libraries Help
Provides a converter for Image instances that can preserve the original format of images better than the ImageConverter class when converting Bitmap, Metafile and Icon images.
Inheritance Hierarchy

SystemObject  System.ComponentModelTypeConverter
    System.DrawingImageConverter
      KGySoft.ComponentModelAdvancedImageConverter

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.0
Syntax

public class AdvancedImageConverter : ImageConverter
Public Class AdvancedImageConverter
	Inherits ImageConverter
public ref class AdvancedImageConverter : public ImageConverter
type AdvancedImageConverter =  
    class
        inherit ImageConverter
    end

The AdvancedImageConverter type exposes the following members.

Constructors

  NameDescription
Public methodAdvancedImageConverter
Initializes a new instance of the AdvancedImageConverter class
Top
Methods

  NameDescription
Public methodCanConvertFrom(Type) (Inherited from TypeConverter.)
Public methodCanConvertFrom(ITypeDescriptorContext, Type) (Inherited from ImageConverter.)
Public methodCanConvertTo(Type) (Inherited from TypeConverter.)
Public methodCanConvertTo(ITypeDescriptorContext, Type) (Inherited from ImageConverter.)
Public methodConvertFrom(Object) (Inherited from TypeConverter.)
Public methodConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Converts a specified object to an Image.
(Overrides ImageConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertFromInvariantString(String) (Inherited from TypeConverter.)
Public methodConvertFromInvariantString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public methodConvertFromString(String) (Inherited from TypeConverter.)
Public methodConvertFromString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public methodConvertFromString(ITypeDescriptorContext, CultureInfo, String) (Inherited from TypeConverter.)
Public methodConvertTo(Object, Type) (Inherited from TypeConverter.)
Public methodConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Converts an Image (or an object that can be cast to an Image) to the specified type.
(Overrides ImageConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodConvertToInvariantString(Object) (Inherited from TypeConverter.)
Public methodConvertToInvariantString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodConvertToString(Object) (Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, CultureInfo, Object) (Inherited from TypeConverter.)
Public methodCreateInstance(IDictionary) (Inherited from TypeConverter.)
Public methodCreateInstance(ITypeDescriptorContext, IDictionary) (Inherited from TypeConverter.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetConvertFromException (Inherited from TypeConverter.)
Protected methodGetConvertToException (Inherited from TypeConverter.)
Public methodGetCreateInstanceSupported (Inherited from TypeConverter.)
Public methodGetCreateInstanceSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperties(Object) (Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object, Attribute) (Inherited from ImageConverter.)
Public methodGetPropertiesSupported (Inherited from TypeConverter.)
Public methodGetPropertiesSupported(ITypeDescriptorContext) (Inherited from ImageConverter.)
Public methodGetStandardValues (Inherited from TypeConverter.)
Public methodGetStandardValues(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValuesExclusive (Inherited from TypeConverter.)
Public methodGetStandardValuesExclusive(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValuesSupported (Inherited from TypeConverter.)
Public methodGetStandardValuesSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetType (Inherited from Object.)
Public methodIsValid(Object) (Inherited from TypeConverter.)
Public methodIsValid(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSortProperties (Inherited from TypeConverter.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference