C# Class ModernApp4Me.WP8.Download.M4MBitmapDownloader

Responsible for downloading the bitmaps in dedicated threads.
ファイルを表示 Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
GetImage ( string imageUri ) : System.Windows.Media.ImageSource

Downloads and returns the ImageSource.

LoadImage ( string imageUri ) : void

Downloads the image to the cache.

Private Methods

Method Description
M4MBitmapDownloader ( ) : System

Method Details

GetImage() public method

Downloads and returns the ImageSource.
public GetImage ( string imageUri ) : System.Windows.Media.ImageSource
imageUri string The URI of the image
return System.Windows.Media.ImageSource

LoadImage() public method

Downloads the image to the cache.
public LoadImage ( string imageUri ) : void
imageUri string The URI of the image
return void