Ejemplo n.º 1
0
 public static bool IsIcsFile(string filepath)
 {
     return(FreeImageIcsNativeMethods.IsIcsFile(filepath) > 0);
 }