コード例 #1
0
ファイル: SnapsEngine.cs プロジェクト: mzamp27/source
 /// <summary>
 /// Displays the image at the given URL. Displays an "image not found"
 /// image if the image is not available.
 /// </summary>
 /// <param name="imageURL">url of image to be displayed</param>
 /// <returns>true if the image was found and displayed</returns>
 public static bool DisplayImageFromUrl(string imageURL)
 {
     return(manager.DisplayImageFromUrl(imageURL));
 }