Exemple #1
0
 /// <summary>
 /// Gets the size of the image from file
 /// </summary>
 /// <param name="file">The path of the file containing image</param>
 /// <returns></returns>
 public static Size GetImageSize(string file)
 {
     return(ImagerBuilder.GetImageSize(file));
 }