C# Class ModernApp4Me.WP8.Download.M4MBitmapDownloader

Responsible for downloading the bitmaps in dedicated threads.
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode 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

Méthode Description
M4MBitmapDownloader ( ) : System

Method Details

GetImage() public méthode

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

LoadImage() public méthode

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