C# 클래스 FirstFloor.ModernUI.Windows.Converters.UriToCachedImageConverter

상속: IValueConverter
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
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