C# Класс ModernApp4Me.WP8.Download.M4MBitmapDownloader

Responsible for downloading the bitmaps in dedicated threads.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetImage ( string imageUri ) : System.Windows.Media.ImageSource

Downloads and returns the ImageSource.

LoadImage ( string imageUri ) : void

Downloads the image to the cache.

Приватные методы

Метод Описание
M4MBitmapDownloader ( ) : System

Описание методов

GetImage() публичный Метод

Downloads and returns the ImageSource.
public GetImage ( string imageUri ) : System.Windows.Media.ImageSource
imageUri string The URI of the image
Результат System.Windows.Media.ImageSource

LoadImage() публичный Метод

Downloads the image to the cache.
public LoadImage ( string imageUri ) : void
imageUri string The URI of the image
Результат void