C# Class Presently.Utils.ImageDownloader

Description of ImageDownloader.
ファイルを表示 Open project: intridea/presently-winmo Class Usage Examples

Public Properties

Property Type Description
Images List

Public Methods

Method Description
DownloadImage ( string url, string targetFile ) : void
ImageDownloader ( ) : System

Protected Methods

Method Description
OnImageDownloadComplete ( ImageDownloadCompleteEventArgs idcea ) : void

Method Details

DownloadImage() public method

public DownloadImage ( string url, string targetFile ) : void
url string
targetFile string
return void

ImageDownloader() public method

public ImageDownloader ( ) : System
return System

OnImageDownloadComplete() protected method

protected OnImageDownloadComplete ( ImageDownloadCompleteEventArgs idcea ) : void
idcea ImageDownloadCompleteEventArgs
return void

Property Details

Images public_oe static_oe property

public static List Images
return List