ImageMagick.OpenCL.SetCacheDirectory C# (CSharp) Метод

SetCacheDirectory() публичный статический Метод

Sets the directory that will be used by ImageMagick to store OpenCL cache files.
public static SetCacheDirectory ( string path ) : void
path string The path of the OpenCL cache directory.
Результат void
    public static void SetCacheDirectory(string path)
    {
      Environment.SetEnv("MAGICK_OPENCL_CACHE_DIR", FileHelper.GetFullPath(path));
    }