C# Класс ImageMagick.OpenCL

Class that can be used to initialize OpenCL.
Показать файл Открыть проект

Открытые методы

Метод Описание
SetCacheDirectory ( string path ) : void

Sets the directory that will be used by ImageMagick to store OpenCL cache files.

Описание методов

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