C# Class AmazonScrape.ResourceLoader

Loads image or control style resources
Show file Open project: ThomasRush/AmazonScrape

Public Methods

Method 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 method

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

GetPrimeLogoBitmap() public static method

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

GetProgramIconBitmap() public static method

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