コード例 #1
0
 public bool SaveBmpWithImageCodecInfo(Image img, string photoPath)
 {
     return(LocalFileOperater.SaveBmpWithImageCodecInfo(img, photoPath));
 }
コード例 #2
0
 private byte[] GetImageToByteArray(string fileName)
 {
     return(LocalFileOperater.GetImageToByteArray(fileName));
 }