C# Class Open.Core.Helpers.ImagePreloader

Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

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

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

Preload() public static méthode

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