コード例 #1
0
ファイル: SnapsEngine.cs プロジェクト: mzamp27/source
 /// <summary>
 /// Display a file picker, let the user select an image and then display it.
 /// </summary>
 /// <returns>false if the selection was abandoned</returns>
 public static bool PickImage()
 {
     return(manager.PickImage());
 }