FileImageSourceConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A TypeConverter that converts to FileImageSource.
[Xamarin.Forms.Xaml.TypeConversion(typeof(Xamarin.Forms.FileImageSource))]
public sealed class FileImageSourceConverter : Xamarin.Forms.TypeConverter
type FileImageSourceConverter = class
inherit TypeConverter
- Inheritance
- Attributes
Constructors
FileImageSourceConverter() |
Creates a new FileImageSource 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 |
ConvertFrom(CultureInfo, Object) |
Obsolete.
When implemented in a derived class, converts an object that is a version of |
ConvertFrom(Object) |
Obsolete.
Calls ConvertFrom(CultureInfo, Object) with the current culture information and |
ConvertFromInvariantString(String) |
Creates a file image source given a path to an image. |