コード例 #1
0
 public static Image ImageFromFile(string fp)
 {
     return(GraphicsMgr.GetImageSafely(fp));
 }