C# Class Fluent.IconConverter

Icon converter provides default icon if user-defined is not present
Inheritance: IValueConverter
Afficher le fichier Open project: Gainedge/BetterExplorer

Private Methods

Méthode Description
GetDefaultIcon ( IntPtr hwnd ) : System.Windows.Media.ImageSource
GetThumbnail ( System.Windows.Media.Imaging.BitmapSource frame ) : System.Windows.Media.Imaging.BitmapSource

ThumbnailExceptionWorkArround when image cause a format exception by accessing the Thumbnail

IValueConverter ( object value, Type targetType, object parameter, CultureInfo culture ) : object