Method GetBitmapTypeFromFileName
GetBitmapTypeFromFileName(string)
Gets BitmapType from the extension of the fileName.
public static BitmapType GetBitmapTypeFromFileName(string fileName)Parameters
- fileNamestring
- Path to file. 
Gets BitmapType from the extension of the fileName.
public static BitmapType GetBitmapTypeFromFileName(string fileName)fileName stringPath to file.