ImageSourceConverter Class

Definition

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

[Xamarin.Forms.Xaml.TypeConversion(typeof(Xamarin.Forms.ImageSource))]
public sealed class ImageSourceConverter : Xamarin.Forms.TypeConverter
type ImageSourceConverter = class
    inherit TypeConverter
Inheritance
ImageSourceConverter
Attributes

Constructors

ImageSourceConverter()

Creates a new ImageSourceConverter with default values.

Methods

CanConvertFrom(Type)

When implemented in a derived class, returns a Boolean value that indicates whether or not the derived type converter can convert sourceType to its target type.

(Inherited from TypeConverter)
ConvertFrom(CultureInfo, Object)
Obsolete.

When implemented in a derived class, converts an object that is a version of value and that can be cast to the target type.

(Inherited from TypeConverter)
ConvertFrom(Object)
Obsolete.

Calls ConvertFrom(CultureInfo, Object) with the current culture information and o.

(Inherited from TypeConverter)
ConvertFromInvariantString(String)

Returns an image source created from a URI that is contained in value.

Applies to