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