コード例 #1
0
ファイル: SnapsEngine.cs プロジェクト: mzamp27/source
 /// <summary>
 /// Saves the current drawing as a PNG file. The user is asked to
 /// select a save location.
 /// </summary>
 /// <returns>false if the user cancelled the save</returns>
 public static bool SaveGraphicsImageToFileAsPNG()
 {
     return(manager.SaveGraphicsImageToFileAsPNG());
 }