ImageSourceConverter Class

Definition

Class that takes a string representation of an image file location and returns a ImageSource from the specified resource.

public ref class ImageSourceConverter sealed : System::ComponentModel::TypeConverter
public sealed class ImageSourceConverter : System.ComponentModel.TypeConverter
type ImageSourceConverter = class
    inherit TypeConverter
Public NotInheritable Class ImageSourceConverter
Inherits TypeConverter
Inheritance
ImageSourceConverter

Constructors

ImageSourceConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type)
CanConvertTo(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Applies to