C# Class AmazonScrape.ResourceLoader

Loads image or control style resources
Afficher le fichier Open project: ThomasRush/AmazonScrape

Méthodes publiques

Méthode Description
GetControlStyle ( string styleName ) : System.Windows.Style

Dynamically load a control style.

GetPrimeLogoBitmap ( ) : BitmapImage

Load the Amazon Prime logo

GetProgramIconBitmap ( ) : BitmapImage

Load the program icon

Method Details

GetControlStyle() public static méthode

Dynamically load a control style.
public static GetControlStyle ( string styleName ) : System.Windows.Style
styleName string
Résultat System.Windows.Style

GetPrimeLogoBitmap() public static méthode

Load the Amazon Prime logo
public static GetPrimeLogoBitmap ( ) : BitmapImage
Résultat System.Windows.Media.Imaging.BitmapImage

GetProgramIconBitmap() public static méthode

Load the program icon
public static GetProgramIconBitmap ( ) : BitmapImage
Résultat System.Windows.Media.Imaging.BitmapImage