C# Класс FirstFloor.ModernUI.Windows.Converters.UriToCachedImageConverter

Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( object value, bool considerOneTrueDpi = false, int decodeWidth = -1, int decodeHeight = -1 ) : System.Windows.Media.Imaging.BitmapSource
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBitmapToOneTrueDpi ( BitmapImage bitmapImage ) : System.Windows.Media.Imaging.BitmapSource

Описание методов

Convert() публичный статический Метод

public static Convert ( object value, bool considerOneTrueDpi = false, int decodeWidth = -1, int decodeHeight = -1 ) : System.Windows.Media.Imaging.BitmapSource
value object
considerOneTrueDpi bool
decodeWidth int
decodeHeight int
Результат System.Windows.Media.Imaging.BitmapSource

Convert() публичный Метод

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object

ConvertBack() публичный Метод

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object

ConvertBitmapToOneTrueDpi() публичный статический Метод

public static ConvertBitmapToOneTrueDpi ( BitmapImage bitmapImage ) : System.Windows.Media.Imaging.BitmapSource
bitmapImage System.Windows.Media.Imaging.BitmapImage
Результат System.Windows.Media.Imaging.BitmapSource