C# Class Open.Core.Helpers.ImagePreloader

显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
Exists ( string url ) : bool

Gets whether the given image has been added for downloading.

Preload ( string url ) : bool

Preloads the given image.

Method Details

Exists() public static method

Gets whether the given image has been added for downloading.
public static Exists ( string url ) : bool
url string The URL of the image.
return bool

Preload() public static method

Preloads the given image.
public static Preload ( string url ) : bool
url string The url of the image.
return bool